]> source.dussan.org Git - jquery.git/commitdiff
Tests: skip test with invalid selector for selector-native tests
authorTimmy Willison <4timmywil@gmail.com>
Fri, 19 Jan 2018 16:13:48 +0000 (11:13 -0500)
committerTimmy Willison <4timmywil@gmail.com>
Fri, 19 Jan 2018 16:13:48 +0000 (11:13 -0500)
test/unit/traversing.js

index eeda204a5ff61175f537af829926139f097218b4..dd0554137860da2474323effe2cd32756e4d5eb5 100644 (file)
@@ -470,7 +470,7 @@ QUnit.test( "not(jQuery)", function( assert ) {
        );
 } );
 
-QUnit.test( "not(Selector) excludes non-element nodes (gh-2808)", function( assert ) {
+QUnit[ jQuery.find.compile ? "test" : "skip" ]( "not(Selector) excludes non-element nodes (gh-2808)", function( assert ) {
        assert.expect( 3 );
 
        var mixedContents = jQuery( "#nonnodes" ).contents(),