Disable flaky Selenium test

Change-Id: Ia3f2403e452f4476238b349c9d6a6f8135267456
Follows-Up: Iaf7e095b3bb34072eea6bcac76ba29358b14cc09
Bug: T226144
This commit is contained in:
Kosta Harlan 2019-06-19 21:43:47 -04:00
parent ba7f053c55
commit f0162afbc9

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