Disable everywhere since we saw another flake

pull/28217/head
Andy Balaam 2023-11-10 11:40:08 +00:00
parent d0383e3cd5
commit c1a060bac6
1 changed files with 2 additions and 6 deletions

View File

@ -19,7 +19,6 @@ limitations under the License.
/// <reference types="cypress" />
import { HomeserverInstance } from "../../plugins/utils/homeserver";
import { skipIfRustCrypto } from "../../support/util";
import {
assertRead,
assertReadThread,
@ -179,11 +178,8 @@ describe("Read receipts", () => {
// Then the room remains read
assertStillRead(room2);
});
it("A room with an edit is still read after restart", () => {
// Flaky with rust crypto
// See https://github.com/vector-im/element-web/issues/26341
skipIfRustCrypto();
// XXX: fails because flaky: https://github.com/vector-im/element-web/issues/26341
it.skip("A room with an edit is still read after restart", () => {
// Given a message is marked as read
goTo(room2);
receiveMessages(room2, ["Msg1"]);