Disable everywhere since we saw another flake

This commit is contained in:
Andy Balaam 2023-11-10 11:40:08 +00:00
parent d0383e3cd5
commit c1a060bac6

View file

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