Index: branches/hashar/node-qunit/tests/qunit/suites/resources/mediawiki/mediawiki.js |
— | — | @@ -152,7 +152,7 @@ |
153 | 153 | "file://path/to/tests/", |
154 | 154 | "Extracting path from local URL (file://) with fragment" |
155 | 155 | ); |
156 | | - |
| 156 | +/* |
157 | 157 | // Asynchronous ahead |
158 | 158 | stop(5000); |
159 | 159 | |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | start(); |
174 | 174 | ok( false, 'Error callback fired while implementing "is.awesome" module' ); |
175 | 175 | }); |
176 | | - |
| 176 | +*/ |
177 | 177 | }); |
178 | 178 | |
179 | 179 | test( 'mw.loader.bug29107' , function() { |