DEV: Skip flaky chat deleted message mention status flake (#22396)

This commit is contained in:
Isaac Janzen 2023-07-03 16:00:09 -05:00 committed by GitHub
parent debe47cc0b
commit f596de2143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ acceptance("Chat | User status on mentions", function (needs) {
assert.dom(selector).doesNotExist("status is deleted"); assert.dom(selector).doesNotExist("status is deleted");
}); });
test("deleted messages | it shows status on mentions", async function (assert) { skip("deleted messages | it shows 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");