mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:21:50 +08:00
DEV: Skip flaky post-inline-mention test (#22399)
This commit is contained in:
parent
2910b76138
commit
de192b1fbd
|
@ -5,7 +5,7 @@ import {
|
|||
query,
|
||||
} from "discourse/tests/helpers/qunit-helpers";
|
||||
import { triggerEvent, visit } from "@ember/test-helpers";
|
||||
import { test } from "qunit";
|
||||
import { skip, test } from "qunit";
|
||||
import { cloneJSON } from "discourse-common/lib/object";
|
||||
import topicFixtures from "../fixtures/topic";
|
||||
import pretender, { response } from "discourse/tests/helpers/create-pretender";
|
||||
|
@ -83,7 +83,7 @@ acceptance("Post inline mentions", function (needs) {
|
|||
);
|
||||
});
|
||||
|
||||
test("inserts user status on message bus message", async function (assert) {
|
||||
skip("inserts user status on message bus message", async function (assert) {
|
||||
pretender.get(`/t/${topicId}.json`, () => {
|
||||
return response(topicWithoutUserStatus(topicId, mentionedUserId));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user