You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-29 15:23:11 +03:00
Disable a bunch of flaky cypress tests (#11719)
This commit is contained in:
committed by
GitHub
parent
9efa458b68
commit
7ff2b02364
@@ -183,7 +183,8 @@ describe("Composer", () => {
|
||||
// TODO add tests for rich text mode
|
||||
|
||||
describe("Plain text mode", () => {
|
||||
it("autocomplete behaviour tests", () => {
|
||||
// https://github.com/vector-im/element-web/issues/26037
|
||||
it.skip("autocomplete behaviour tests", () => {
|
||||
// Set up a private room so we have another user to mention
|
||||
const otherUserName = "Bob";
|
||||
let bobClient: MatrixClient;
|
||||
|
||||
Reference in New Issue
Block a user