mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Re-disabled the ajax tests in Safari 3.
This commit is contained in:
parent
a5dbcaf675
commit
d5bb0e3179
@ -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",
|
||||
|
||||
}
|
||||
|
||||
//}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user