mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Disabled one of the ordering tests that was taking a while to run.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module("selector");
|
||||
|
||||
test("element", function() {
|
||||
expect(18);
|
||||
expect(17);
|
||||
reset();
|
||||
|
||||
ok( jQuery("*").size() >= 30, "Select all" );
|
||||
@@ -25,7 +25,7 @@ test("element", function() {
|
||||
ok( jQuery("#lengthtest input").length, '<input name="length"> cannot be found under IE, see #945' );
|
||||
|
||||
// Check for unique-ness and sort order
|
||||
isSet( jQuery("*"), jQuery("*, *"), "Check for duplicates: *, *" );
|
||||
//isSet( jQuery("*"), jQuery("*, *"), "Check for duplicates: *, *" );
|
||||
isSet( jQuery("p"), jQuery("p, div p"), "Check for duplicates: p, div p" );
|
||||
|
||||
t( "Checking sort order", "h2, h1", ["header", "banner", "userAgent"] );
|
||||
|
||||
Reference in New Issue
Block a user