aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/droppable/droppable.html')
-rw-r--r--tests/unit/droppable/droppable.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index 49ebf6beb..cd29b1cdf 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -28,16 +28,6 @@
<script src="droppable_methods.js"></script>
<script src="droppable_options.js"></script>
- <script>
- // disable this stale testsuite for testswarm only
- var url = window.location.search;
- url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) );
- if ( url && url.indexOf("http") == 0 ) {
- // reset config to kill previous tests; make sure testsuite.js is loaded afterwards to init the testswarm script
- QUnit.init();
- test("droppable", function() { ok(true, "disabled droppable testsuite"); });
- }
- </script>
<script src="../swarminject.js"></script>
</head>
<body>