selenium: Skip flaky Rollback test

Sometimes the element doesn't appear.  This is breaking during gate-and-submit,
so skipping until it can be fixed properly.

Bug: T219440
Change-Id: I7286eb5499e34146acf5da3180b665436569a18c
This commit is contained in:
Adam Wight 2019-06-06 12:55:32 +02:00 committed by Krinkle
parent 214fb3e19c
commit 89a00d2838

View file

@ -41,7 +41,7 @@ describe( 'Rollback with confirmation', function () {
assert.strictEqual( HistoryPage.rollbackConfirmableNo.getText(), 'Cancel' );
} );
it( 'should offer a way to cancel rollbacks', function () {
it.skip( 'should offer a way to cancel rollbacks', function () {
HistoryPage.rollback.click();
HistoryPage.rollbackConfirmableNo.waitForVisible( 5000 );