X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fselenium%2Fspecs%2Fuser.js;h=85e71efeb5e0f3bda456e4e5c3410f7f4c832f90;hp=3f3872dc7dcf516d84cb49dd2420c98b643834a6;hb=4d286ad40c11fd4b7bdcf774a660c2cd4a35045d;hpb=5d4099246e49ff3e2b369e329aaaf3286f883bcd diff --git a/tests/selenium/specs/user.js b/tests/selenium/specs/user.js index 3f3872dc7d..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 () { @@ -46,8 +48,8 @@ describe( 'User', function () { } ); - it( 'should be able to change preferences', function () { - + // Disabled due to flakiness (T199446) + it.skip( 'should be able to change preferences', function () { var realName = Math.random().toString(); // create