Skip flaky test (#30338)
This commit is contained in:
@@ -1603,7 +1603,8 @@ describe("<MatrixChat />", () => {
|
||||
Lifecycle.setSessionLockNotStolen();
|
||||
});
|
||||
|
||||
it("waits for other tab to stop during startup", async () => {
|
||||
// Flaky test, see https://github.com/element-hq/element-web/issues/30337
|
||||
it.skip("waits for other tab to stop during startup", async () => {
|
||||
fetchMock.get("/welcome.html", { body: "<h1>Hello</h1>" });
|
||||
jest.spyOn(Lifecycle, "attemptDelegatedAuthLogin");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user