Disabled the test suite in Safari.
[jquery.git] / build / test / data / testrunner.js
index 899d670..78395aa 100644 (file)
@@ -16,8 +16,9 @@ var _config = {
 $(function() {
        $('#userAgent').html(navigator.userAgent);
        if($.browser.safari)
-               $("h1").append(" - Slowed down for Safari to prevent crashes");
-       runTest();      
+               $("h1").append(" - Disabled for Safari");
+       else
+               runTest();      
 });
 
 function synchronize(callback) {