Skip realm tests as they are often flaky (#2469)
This commit is contained in:
parent
f2ddbda5d6
commit
bbafff4d98
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const createRealmPage = new CreateRealmPage();
|
|||
const realmSettings = new RealmSettings();
|
||||
const modalUtils = new ModalUtils();
|
||||
|
||||
describe("Realms test", () => {
|
||||
describe.skip("Realms test", () => {
|
||||
const testRealmName =
|
||||
"Test realm " + (Math.random() + 1).toString(36).substring(7);
|
||||
const newRealmName =
|
||||
|
|
Loading…
Reference in a new issue