Skip to content
Permalink
Browse files
test runner: Commented 2 tests that jam the suite.
  • Loading branch information
flesler committed Oct 21, 2008
1 parent 4add9fa commit b860c30
Showing 1 changed file with 2 additions and 1 deletion.
@@ -330,7 +330,7 @@ test("toggle(Function, Function, ...)", function() {
var data = jQuery.data( $div[0], 'events' );
ok( !data, "Unbinding one function from toggle unbinds them all");
});

/*
test("jQuery(function($) {})", function() {
stop();
jQuery(function($) {
@@ -346,3 +346,4 @@ test("event properties", function() {
start();
}).click();
});
*/

0 comments on commit b860c30

Please sign in to comment.