tools: alphabetize IGNORED_SUITES in tools/test.py

PR-URL: https://github.com/nodejs/node/pull/25182
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
Rich Trott 2018-12-21 19:19:48 -08:00
parent 8f300bc8a7
commit 0fffd47f26

View File

@ -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'