Disable flaky Selenium test
Change-Id: Ia3f2403e452f4476238b349c9d6a6f8135267456 Follows-Up: Iaf7e095b3bb34072eea6bcac76ba29358b14cc09 Bug: T226144
This commit is contained in:
parent
ba7f053c55
commit
f0162afbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue