We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab54d8 commit e5f3bfcCopy full SHA for e5f3bfc
tests/unit/core/core.html
@@ -16,16 +16,6 @@
16
<script type="text/javascript" src="core.js"></script>
17
<script type="text/javascript" src="selector.js"></script>
18
19
- <script type="text/javascript">
20
- // disable this stale testsuite for testswarm only
21
- var url = window.location.search;
22
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
23
- if ( url && url.indexOf("http") == 0 ) {
24
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
25
- QUnit.init();
26
- test("core", function() { ok(true, "disabled core testsuite"); });
27
- }
28
- </script>
29
<script type="text/javascript" src="../swarminject.js"></script>
30
31
<style type="text/css">
0 commit comments