diff --git a/tools/test.py b/tools/test.py index ff20cb133cea6a..738997d58408ce 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1514,11 +1514,11 @@ def PrintCrashed(code): # addons/ requires compilation. IGNORED_SUITES = [ 'addons', - 'js-native-api', - 'node-api', 'benchmark', 'doctool', 'internet', + 'js-native-api', + 'node-api', 'pummel', 'tick-processor', 'v8-updates'