Disable flaky Selenium test

Bug: T226144
Change-Id: Ib49898617ba419f709b249ae9a05d9cb7b8e4e9d
This commit is contained in:
Reedy 2019-10-08 21:20:30 +01:00
parent bda408fa22
commit 8631daae64

View file

@ -119,7 +119,7 @@ describe( 'Rollback without confirmation', function () {
HistoryPage.open( name );
} );
it( 'should perform rollback via POST request without asking the user to confirm', function () {
it.skip( 'should perform rollback via POST request without asking the user to confirm', function () {
HistoryPage.rollback.click();
// waitUntil indirectly asserts that the content we are looking for is present