Disable "...able to change preferences" browser test

It's incredibly flaky.

Bug: T199446
Change-Id: I5372a285dab4f5f032ae340d9fd30b9c7c8bf72a
This commit is contained in:
Kunal Mehta 2018-07-31 12:28:31 -07:00
parent 1e9be3506c
commit 4b0cde2a09

View file

@ -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