DEV: skip load-script to prevent timeouts (#7817)
This commit is contained in:
parent
5b9a3f8acd
commit
df9b295510
|
@ -2,7 +2,7 @@ import loadScript from "discourse/lib/load-script";
|
||||||
|
|
||||||
QUnit.module("lib:load-script");
|
QUnit.module("lib:load-script");
|
||||||
|
|
||||||
QUnit.test(
|
QUnit.skip(
|
||||||
"load with a script tag, and callbacks are only executed after script is loaded",
|
"load with a script tag, and callbacks are only executed after script is loaded",
|
||||||
async assert => {
|
async assert => {
|
||||||
assert.ok(
|
assert.ok(
|
||||||
|
|
Loading…
Reference in New Issue