From f263a87983dbf1f390f6a2211b083b0326d1a5ca Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 28 Mar 2016 22:11:56 -0700 Subject: [PATCH] Update excused Underscore tests. --- test/underscore.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/underscore.html b/test/underscore.html index 7300c21d7..cf3f4221e 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -291,6 +291,9 @@ 'isMatch': [ 'doesnt falsey match constructor on undefined/null' ], + 'isSet': [ + 'Died on test #9' + ], 'findKey': [ 'called with context' ], @@ -381,7 +384,6 @@ // Only excuse in Sauce Labs. if (!ui.isSauceLabs) { - delete QUnit.config.excused.Functions['throttle repeatedly with results']; delete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set to false']; delete QUnit.config.excused.Utility.now; }