From: Timo Tijhof Date: Thu, 13 Jun 2019 17:22:11 +0000 (+0100) Subject: selenium: Skip another flaky Rollback test X-Git-Tag: 1.34.0-rc.0~1433 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=c3e379d60333c149e78aeb0cabbf9ce8c9c7fb29;p=lhc%2Fweb%2Fwiklou.git selenium: Skip another flaky Rollback test Bug: T220479 Change-Id: Ie523e719f5c7df959ef63930edaff1a80e09ff04 --- diff --git a/tests/selenium/specs/rollback.js b/tests/selenium/specs/rollback.js index a18ee41055..9beabfc3ca 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -66,7 +66,7 @@ describe( 'Rollback with confirmation', function () { }, 5000, 'Expected rollback page to appear.' ); } ); - it( 'should verify rollbacks via GET requests are confirmed on a follow-up page', function () { + it.skip( 'should verify rollbacks via GET requests are confirmed on a follow-up page', function () { var rollbackActionUrl = HistoryPage.rollbackLink.getAttribute( 'href' ); browser.url( rollbackActionUrl );