Disable flaky Selenium test
authorKosta Harlan <kharlan@wikimedia.org>
Thu, 20 Jun 2019 01:43:47 +0000 (21:43 -0400)
committerKosta Harlan <kharlan@wikimedia.org>
Thu, 20 Jun 2019 01:43:47 +0000 (21:43 -0400)
Change-Id: Ia3f2403e452f4476238b349c9d6a6f8135267456
Follows-Up: Iaf7e095b3bb34072eea6bcac76ba29358b14cc09
Bug: T226144

tests/selenium/specs/rollback.js

index 9beabfc..5a0f603 100644 (file)
@@ -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 );