From: Kosta Harlan Date: Thu, 20 Jun 2019 01:43:47 +0000 (-0400) Subject: Disable flaky Selenium test X-Git-Tag: 1.34.0-rc.0~1337 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=f0162afbc9ca28865d092db7a6ccc23d9ba37178;p=lhc%2Fweb%2Fwiklou.git Disable flaky Selenium test Change-Id: Ia3f2403e452f4476238b349c9d6a6f8135267456 Follows-Up: Iaf7e095b3bb34072eea6bcac76ba29358b14cc09 Bug: T226144 --- diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index 9beabfc3ca..5a0f603fca 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -120,7 +120,7 @@ describe( 'Rollback without confirmation', function () { }, 5000, 'Expected rollback page to appear.' ); } ); - it( 'should perform rollback via GET request without asking the user to confirm', function () { + it.skip( 'should perform rollback via GET request without asking the user to confirm', function () { var rollbackActionUrl = HistoryPage.rollbackLink.getAttribute( 'href' ); browser.url( rollbackActionUrl );