Disable "...able to change preferences" browser test
It's incredibly flaky. Bug: T199446 Change-Id: I5372a285dab4f5f032ae340d9fd30b9c7c8bf72a
This commit is contained in:
parent
1e9be3506c
commit
4b0cde2a09
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ describe( 'User', function () {
|
||||||
assert.strictEqual( UserLoginPage.userPage.getText(), username );
|
assert.strictEqual( UserLoginPage.userPage.getText(), username );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
it( 'should be able to change preferences', function () {
|
// Disabled due to flakiness (T199446)
|
||||||
|
it.skip( 'should be able to change preferences', function () {
|
||||||
var realName = Util.getTestString();
|
var realName = Util.getTestString();
|
||||||
|
|
||||||
// create
|
// create
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue