Skip flaky test (#30338)

This commit is contained in:
R Midhun Suresh
2025-07-18 17:05:51 +05:30
committed by GitHub
parent f3a181a792
commit 42c718666c

View File

@@ -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");