mirror of
https://github.com/discourse/discourse.git
synced 2025-06-28 10:51:34 +08:00
DEV: Skip flaky chat mention status test (#22395)
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user