Disable a flaky threads test (#11810)

According to policy

https://github.com/vector-im/element-web/issues/26452
pull/28217/head
David Baker 2023-10-31 14:24:41 +00:00 committed by GitHub
parent 860764c057
commit 8fa9b9dda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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",