DEV: Skip remaining flaky mention status tests (#22397)

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

View File

@ -225,7 +225,7 @@ acceptance("Chat | User status on mentions", function (needs) {
await assertStatusTooltipIsRendered(assert, selector, newStatus);
});
test("deleted messages | it deletes status on mentions", async function (assert) {
skip("deleted messages | it deletes status on mentions", async function (assert) {
await visit(`/chat/c/-/${channelId}`);
await deleteMessage(".chat-message-content");
@ -274,7 +274,7 @@ acceptance("Chat | User status on mentions", function (needs) {
await assertStatusTooltipIsRendered(assert, selector, newStatus);
});
test("restored messages | it deletes status on mentions", async function (assert) {
skip("restored messages | it deletes status on mentions", async function (assert) {
await visit(`/chat/c/-/${channelId}`);
await deleteMessage(".chat-message-content");