Disable flaky Selenium test
authorReedy <reedy@wikimedia.org>
Tue, 8 Oct 2019 20:20:30 +0000 (21:20 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 8 Oct 2019 20:59:28 +0000 (20:59 +0000)
Bug: T226144
Change-Id: Ib49898617ba419f709b249ae9a05d9cb7b8e4e9d

tests/selenium/specs/rollback.js

index faf1d6c..086f09e 100644 (file)
@@ -103,7 +103,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