mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: skip load-script to prevent timeouts (#7817)
This commit is contained in:
parent
5b9a3f8acd
commit
df9b295510
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue