From 96fa73b3cf7b697942826e4aeaa2778e74ebcc02 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 8 Oct 2019 21:20:30 +0100 Subject: [PATCH] Disable flaky Selenium test Bug: T226144 Change-Id: Ib49898617ba419f709b249ae9a05d9cb7b8e4e9d --- 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 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 -- 2.20.1