Merge "Disable flaky Selenium test" into REL1_34
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 8 Oct 2019 21:11:31 +0000 (21:11 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 8 Oct 2019 21:11:31 +0000 (21:11 +0000)
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