diff options
author | Rich Trott <rtrott@gmail.com> | 2017-12-28 21:10:46 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2018-01-02 20:50:14 -0800 |
commit | f05fb0104a01ee852f673856ab5aa0ca69201523 (patch) | |
tree | 8ff11b7ab7c7d9404d72a07adb899bb70dc9aaec /vcbuild.bat | |
parent | ec9fb6dd53b327f37beafb24fdbe575d941de530 (diff) | |
download | node-new-f05fb0104a01ee852f673856ab5aa0ca69201523.tar.gz |
build: remove duplicate async-hooks and known_issues test runs
The `default` test suite in `test.py` includes `async-hooks` and
`known_issues`. Our current setup results in those test suites being run
twice during each CI run. Remove the duplication.
PR-URL: https://github.com/nodejs/node/pull/17912
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 581bff317b..e7e392a692 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -44,7 +44,7 @@ set enable_static= set build_addons_napi= set test_node_inspect= set test_check_deopts= -set js_test_suites=default async-hooks known_issues +set js_test_suites=default set v8_test_options= set v8_build_options= set "common_test_suites=%js_test_suites% doctool addons addons-napi&set build_addons=1&set build_addons_napi=1" |