From 4d286ad40c11fd4b7bdcf774a660c2cd4a35045d Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 12 Mar 2020 23:33:28 +0000 Subject: [PATCH] Disable some more flaky/broken selenium tests Bug: T247580 Change-Id: Id99bb15c20ed7ca7fe45569757ee6ec33e4557d5 --- tests/selenium/specs/user.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/selenium/specs/user.js b/tests/selenium/specs/user.js index a8c4547d89..85e71efeb5 100644 --- a/tests/selenium/specs/user.js +++ b/tests/selenium/specs/user.js @@ -21,7 +21,8 @@ describe( 'User', function () { password = Math.random().toString(); } ); - it( 'should be able to create account', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be able to create account', function () { // create CreateAccountPage.createAccount( username, password ); @@ -31,7 +32,8 @@ describe( 'User', function () { } ); - it( 'should be able to log in', function () { + // Disable due to broken/flakiness (T247580) + it.skip( 'should be able to log in', function () { // create browser.call( function () { -- 2.20.1