selenium: Skip another flaky Rollback test

Bug: T220479
Change-Id: Ie523e719f5c7df959ef63930edaff1a80e09ff04
This commit is contained in:
Timo Tijhof 2019-06-13 18:22:11 +01:00
parent 84395e9f3d
commit c3e379d603

View 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 );