From 7a480990c620307f6a1e4a5b98f44554684a6128 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 4 Nov 2013 23:18:39 -0800 Subject: [PATCH] Avoid underscore timing tests in sauce. --- test/underscore.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/test/underscore.html b/test/underscore.html index 18bf96131..3309f1166 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -64,7 +64,19 @@ 'bindAll': [ 'throws an error for bindAll with no functions named' ], - 'throttle triggers trailing call when invoked repeatedly': true + 'throttle': true, + 'throttle arguments': true, + 'throttle once': true, + 'throttle twice': true, + 'more throttling': true, + 'throttle repeatedly with results': true, + 'throttle triggers trailing call when invoked repeatedly': true, + 'throttle does not trigger leading call when leading is set to false': true, + 'more throttle does not trigger leading call when leading is set to false': true, + 'throttle does not trigger trailing call when trailing is set to false': true, + 'debounce': true, + 'debounce asap': true, + 'debounce asap recursively': true }, 'Objects': { 'isEqual': [