Disable flaky Selenium test
Bug: T226144 Change-Id: Ib49898617ba419f709b249ae9a05d9cb7b8e4e9d
This commit is contained in:
parent
bda408fa22
commit
8631daae64
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ describe( 'Rollback without confirmation', function () {
|
|||
HistoryPage.open( name );
|
||||
} );
|
||||
|
||||
it( 'should perform rollback via POST request without asking the user to confirm', function () {
|
||||
it.skip( 'should perform rollback via POST request without asking the user to confirm', function () {
|
||||
HistoryPage.rollback.click();
|
||||
|
||||
// waitUntil indirectly asserts that the content we are looking for is present
|
||||
|
|
|
|||
Loading…
Reference in a new issue