DEV: Skip flaky chat mention status test (#22395)
This commit is contained in:
parent
6a50d79044
commit
debe47cc0b
|
@ -258,7 +258,7 @@ acceptance("Chat | User status on mentions", function (needs) {
|
|||
);
|
||||
});
|
||||
|
||||
test("restored messages | it updates status on mentions", async function (assert) {
|
||||
skip("restored messages | it updates status on mentions", async function (assert) {
|
||||
await visit(`/chat/c/-/${channelId}`);
|
||||
|
||||
await deleteMessage(".chat-message-content");
|
||||
|
|
Loading…
Reference in New Issue