selenium: Skip another flaky Rollback test
Bug: T220479 Change-Id: Ie523e719f5c7df959ef63930edaff1a80e09ff04
This commit is contained in:
parent
84395e9f3d
commit
c3e379d603
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue