From c3e379d60333c149e78aeb0cabbf9ce8c9c7fb29 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 13 Jun 2019 18:22:11 +0100 Subject: [PATCH] selenium: Skip another flaky Rollback test Bug: T220479 Change-Id: Ie523e719f5c7df959ef63930edaff1a80e09ff04 --- tests/selenium/specs/rollback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1