selenium: Skip flaky rollback test

Bug: T219440
Change-Id: I2199b7e7d4f7ba98a80ddfc568cf9957eba36182
This commit is contained in:
Kosta Harlan 2019-06-27 12:06:05 -04:00 committed by Krinkle
parent 92c20832f1
commit 2fb62de70a

View file

@ -31,7 +31,7 @@ describe( 'Rollback with confirmation', function () {
HistoryPage.open( name );
} );
it( 'should offer rollback options for admin users', function () {
it.skip( 'should offer rollback options for admin users', function () {
assert.strictEqual( HistoryPage.rollback.getText(), 'rollback 1 edit' );
HistoryPage.rollback.click();