DEV: skip post-inline-mention test (#22417)
Mentions tests are flakey ATM
This commit is contained in:
parent
3f91656c2d
commit
40ec9ab97b
|
@ -51,7 +51,7 @@ acceptance("Post inline mentions", function (needs) {
|
||||||
ends_at: null,
|
ends_at: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
test("shows user status on inline mentions", async function (assert) {
|
skip("shows user status on inline mentions", async function (assert) {
|
||||||
pretender.get(`/t/${topicId}.json`, () => {
|
pretender.get(`/t/${topicId}.json`, () => {
|
||||||
return response(topicWithUserStatus(topicId, mentionedUserId, status));
|
return response(topicWithUserStatus(topicId, mentionedUserId, status));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue