Built motion from commit 1038d87.|0.0.141
[motion.git] / public / bower_components / lodash / test / underscore.html
index a3e56e8..c1b4df2 100644 (file)
@@ -29,9 +29,6 @@
       QUnit.config.hidepassed = true;
       QUnit.config.excused = {
         'Arrays': {
-          'chunk': [
-            'defaults to empty array (chunk size 0)'
-          ],
           'difference': [
             'can perform an OO-style difference'
           ],
           'isMatch': [
             'doesnt falsey match constructor on undefined/null'
           ],
-          'isSet': [
-            'Died on test #9'
-          ],
           'findKey': [
             'called with context'
           ],
 
       // Only excuse in Sauce Labs.
       if (!ui.isSauceLabs) {
+        delete QUnit.config.excused.Functions['throttle repeatedly with results'];
+        delete QUnit.config.excused.Functions['more throttle does not trigger leading call when leading is set to false'];
         delete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set to false'];
         delete QUnit.config.excused.Utility.now;
       }