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

Commit

Permalink
Disable a flaky threads test (#11810)
Browse files Browse the repository at this point in the history
According to policy

element-hq/element-web#26452
  • Loading branch information
dbkr authored Oct 31, 2023
1 parent 860764c commit 8fa9b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/threads/threads.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8fa9b9d

Please sign in to comment.