diff --git a/tests/flow-headless-browser.html b/tests/flow-headless-browser.html
index 4f47516a45..d1c5b64b32 100644
--- a/tests/flow-headless-browser.html
+++ b/tests/flow-headless-browser.html
@@ -5,7 +5,7 @@
-
+
@@ -119,9 +120,6 @@
return Vex.Flow.Font.loadWebFonts();
}
})
- // Load qunit.js as late as possible to avoid a race condition!
- // The QUnit module drop down box doesn't appear if Vex.Flow.Test.runTests() runs too late.
- .then(() => loadScript('support/qunit.js'))
.then(() => {
// Show only failed tests.
QUnit.config.hidepassed = true;