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:
Joffrey JAFFEUX
2020-05-15 16:12:22 +02:00
committed by GitHub
parent d1146ccb7b
commit 26c2fb4354

View File

@@ -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");