Re-disabled the Ajax tests in Safari.

This commit is contained in:
John Resig 2007-09-05 17:09:18 +00:00
parent f96bf10415
commit ad5539bab3

View file

@ -3,7 +3,7 @@ module("ajax");
// Safari 3 randomly crashes when running these tests,
// but only in the full suite - you can run just the Ajax
// tests and they'll pass
//if ( !jQuery.browser.safari ) {
if ( !jQuery.browser.safari ) {
test("$.ajax() - success callbacks", function() {
expect( 8 );
@ -638,4 +638,4 @@ test("custom timeout does not set error message when timeout occurs, see #970",
}
//}
}