2
0
Fork 0
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:
Joffrey JAFFEUX 2019-06-27 10:57:40 +02:00 committed by GitHub
parent 5b9a3f8acd
commit df9b295510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(