fix: don't run environment bootstrapper (#22342)
This commit is contained in:
parent
2aa734385e
commit
79270e30a6
14 changed files with 79 additions and 158 deletions
|
@ -20,24 +20,8 @@
|
|||
"async-hooks/test-signalwrap",
|
||||
"async-hooks/test-statwatcher",
|
||||
"async-hooks/test-timers.setInterval",
|
||||
"es-module/test-cjs-esm-warn",
|
||||
"es-module/test-esm-cjs-load-error-note",
|
||||
"es-module/test-esm-cjs-main",
|
||||
"es-module/test-esm-default-type",
|
||||
"es-module/test-esm-json-cache",
|
||||
"es-module/test-esm-no-extension",
|
||||
"es-module/test-esm-scope-node-modules",
|
||||
"es-module/test-esm-snapshot",
|
||||
"es-module/test-esm-specifiers",
|
||||
"es-module/test-esm-type-flag",
|
||||
"message/async_error_eval_esm",
|
||||
"message/async_error_sync_esm",
|
||||
"message/esm_display_syntax_error",
|
||||
"message/esm_display_syntax_error_import",
|
||||
"message/esm_display_syntax_error_import_module",
|
||||
"message/esm_display_syntax_error_module",
|
||||
"message/esm_loader_not_found",
|
||||
"message/esm_loader_syntax_error",
|
||||
"message/source_map_throw_catch",
|
||||
"message/source_map_throw_first_tick",
|
||||
"message/source_map_throw_set_immediate",
|
||||
|
@ -207,7 +191,6 @@
|
|||
"parallel/test-vm-sigint-existing-handler",
|
||||
"parallel/test-vm-syntax-error-message",
|
||||
"parallel/test-vm-timeout",
|
||||
"parallel/test-warn-sigprof",
|
||||
"parallel/test-whatwg-encoding-custom-textdecoder",
|
||||
"parallel/test-worker-debug",
|
||||
"parallel/test-worker-invalid-workerdata",
|
||||
|
@ -220,17 +203,8 @@
|
|||
"parallel/test-worker-stdio",
|
||||
"parallel/test-wrap-js-stream-exceptions",
|
||||
"parallel/test-zlib-unused-weak",
|
||||
"pseudo-tty/console_colors",
|
||||
"pseudo-tty/ref_keeps_node_running",
|
||||
"pseudo-tty/test-async-wrap-getasyncid-tty",
|
||||
"pseudo-tty/test-fatal-error",
|
||||
"pseudo-tty/test-handle-wrap-isrefed-tty",
|
||||
"pseudo-tty/test-set-raw-mode-reset",
|
||||
"pseudo-tty/test-set-raw-mode-reset-process-exit",
|
||||
"pseudo-tty/test-set-raw-mode-reset-signal",
|
||||
"pseudo-tty/test-tty-color-support",
|
||||
"pseudo-tty/test-tty-window-size",
|
||||
"pseudo-tty/test-tty-wrap",
|
||||
"report/test-report-config",
|
||||
"report/test-report-getreport",
|
||||
"report/test-report-signal",
|
||||
|
@ -251,9 +225,6 @@
|
|||
"sequential/test-heap-prof",
|
||||
"sequential/test-heapdump",
|
||||
"sequential/test-heapdump-flag",
|
||||
"sequential/test-inspector",
|
||||
"sequential/test-inspector-async-call-stack-abort",
|
||||
"sequential/test-inspector-console",
|
||||
"sequential/test-inspector-contexts",
|
||||
"sequential/test-inspector-port-zero",
|
||||
"sequential/test-inspector-resource-name-to-url",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue