Skip to content
Permalink
Browse files
Re-disabled the ajax tests in Safari 3.
  • Loading branch information
jeresig committed Sep 3, 2007
1 parent a5dbcaf commit d5bb0e3
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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 );
@@ -625,4 +625,4 @@ test("custom timeout does not set error message when timeout occurs, see #970",

}

//}
}

0 comments on commit d5bb0e3

Please sign in to comment.