mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:11:45 +08:00
DEV: skips tests being the possible source of timeouts (#7623)
This commit is contained in:
@ -89,7 +89,7 @@ QUnit.test("tracks external URLs", async assert => {
|
||||
assert.notOk(track(generateClickEventOn("a")));
|
||||
});
|
||||
|
||||
QUnit.test(
|
||||
QUnit.skip(
|
||||
"tracks external URLs when opening in another window",
|
||||
async assert => {
|
||||
assert.expect(3);
|
||||
|
Reference in New Issue
Block a user