From: Reedy Date: Tue, 8 Oct 2019 20:20:30 +0000 (+0100) Subject: Disable flaky Selenium test X-Git-Tag: 1.34.0-rc.0~19^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=96fa73b3cf7b697942826e4aeaa2778e74ebcc02 Disable flaky Selenium test Bug: T226144 Change-Id: Ib49898617ba419f709b249ae9a05d9cb7b8e4e9d --- diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index faf1d6cf9a..086f09ecbf 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -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