Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a33d4df

Browse files
authored
Disable the login overwriting test (#12507)
See conmment Fixes element-hq/element-web#27363
1 parent b283b18 commit a33d4df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playwright/e2e/login/overwrite_login.spec.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ import { test, expect } from "../../element-web-test";
1818
import { logIntoElement } from "../crypto/utils";
1919

2020
test.describe("Overwrite login action", () => {
21-
test("Try replace existing login with new one", async ({ page, app, credentials, homeserver }) => {
21+
// This seems terminally flakey: https://github.com/element-hq/element-web/issues/27363
22+
// I tried verious things to try & deflake it, to no avail: https://github.com/matrix-org/matrix-react-sdk/pull/12506
23+
test.skip("Try replace existing login with new one", async ({ page, app, credentials, homeserver }) => {
2224
await logIntoElement(page, homeserver, credentials);
2325

2426
const userMenu = await app.openUserMenu();

0 commit comments

Comments
 (0)