mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 01:54:29 +08:00
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 visit(`/chat/c/-/${channelId}`);
|
||||||
|
|
||||||
await deleteMessage(".chat-message-content");
|
await deleteMessage(".chat-message-content");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user