Disable a flaky threads test (#11810)

According to policy

https://github.com/vector-im/element-web/issues/26452
This commit is contained in:
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

View file

@ -39,7 +39,8 @@ describe("Threads", () => {
cy.stopHomeserver(homeserver); 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; let bot: MatrixClient;
cy.getBot(homeserver, { cy.getBot(homeserver, {
displayName: "BotBob", displayName: "BotBob",