From 8fa9b9dda649a85f1cdc5922669f40fbccdc0e31 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 31 Oct 2023 14:24:41 +0000 Subject: [PATCH] Disable a flaky threads test (#11810) According to policy https://github.com/vector-im/element-web/issues/26452 --- cypress/e2e/threads/threads.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/threads/threads.spec.ts b/cypress/e2e/threads/threads.spec.ts index 78fc6c6327..2192447e0b 100644 --- a/cypress/e2e/threads/threads.spec.ts +++ b/cypress/e2e/threads/threads.spec.ts @@ -39,7 +39,8 @@ describe("Threads", () => { cy.stopHomeserver(homeserver); }); - it("should be usable for a conversation", () => { + // Flaky: https://github.com/vector-im/element-web/issues/26452 + it.skip("should be usable for a conversation", () => { let bot: MatrixClient; cy.getBot(homeserver, { displayName: "BotBob",