selenium: Skip another flaky Rollback test
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Jun 2019 17:22:11 +0000 (18:22 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 13 Jun 2019 17:22:11 +0000 (18:22 +0100)
Bug: T220479
Change-Id: Ie523e719f5c7df959ef63930edaff1a80e09ff04

tests/selenium/specs/rollback.js

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