From ddf7a50057c593cced53c1b7f8357750e98cb63f Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 7 May 2019 13:47:58 -0700 Subject: [PATCH] Temporarily skip rollback test This test is proving flakey (seen in Minerva and MobileFrontend) Let's skip this until we've worked out the problem. Bug: T220479 Change-Id: I3629d4109d8e0c5c4da0c7fb0b82cf59290c0db9 --- 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 51a1fc6f9a..1975209879 100644 --- a/tests/selenium/specs/rollback.js +++ b/tests/selenium/specs/rollback.js @@ -60,7 +60,7 @@ describe( 'Rollback with confirmation', function () { assert.strictEqual( HistoryPage.heading.getText(), 'Revision history of "' + name + '"' ); } ); - it( 'should perform rollbacks after confirming intention', function () { + it.skip( 'should perform rollbacks after confirming intention', function () { HistoryPage.rollback.click(); HistoryPage.rollbackConfirmableYes.waitForVisible( 5000 ); -- 2.20.1