From f0162afbc9ca28865d092db7a6ccc23d9ba37178 Mon Sep 17 00:00:00 2001 From: Kosta Harlan Date: Wed, 19 Jun 2019 21:43:47 -0400 Subject: [PATCH] Disable flaky Selenium test Change-Id: Ia3f2403e452f4476238b349c9d6a6f8135267456 Follows-Up: Iaf7e095b3bb34072eea6bcac76ba29358b14cc09 Bug: T226144 --- 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 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 ); -- 2.20.1