mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 10:13:43 +08:00
DEV: skip click track test (#9792)
This test might be responsible of random test failures, skip this for now to check if the random failure sill happens after dozens of tests.
This commit is contained in:
parent
d1146ccb7b
commit
26c2fb4354
@ -3,7 +3,7 @@ import { acceptance } from "helpers/qunit-helpers";
|
||||
|
||||
acceptance("Click Track", {});
|
||||
|
||||
QUnit.test("Do not track mentions", async assert => {
|
||||
QUnit.skip("Do not track mentions", async assert => {
|
||||
pretender.post("/clicks/track", () => assert.ok(false));
|
||||
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
Loading…
x
Reference in New Issue
Block a user