diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-23 22:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 21:05:21 +0000 |
commit | ee0cfd3fd55910d3d8e8f802ec6401942dc71d5f (patch) | |
tree | 796868827e88c8a23ea9ee3528abf0b2fd3fd197 /cli/tests/integration/node_unit_tests.rs | |
parent | cc05dc142d1c57afd10cb08d84f99a25bd49678c (diff) |
chore: deflake rejection_handled_web_process test (#22056)
Diffstat (limited to 'cli/tests/integration/node_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/node_unit_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/node_unit_tests.rs b/cli/tests/integration/node_unit_tests.rs index 351bf1eec..680d4018b 100644 --- a/cli/tests/integration/node_unit_tests.rs +++ b/cli/tests/integration/node_unit_tests.rs @@ -197,7 +197,7 @@ itest!(unhandled_rejection_web_process { // Ensure that Web `onrejectionhandled` is fired before // Node's `process.on('rejectionHandled')`. itest!(rejection_handled_web_process { - args: "run -A node/rejection_handled_web_process.ts", + args: "run -A --quiet node/rejection_handled_web_process.ts", output: "node/rejection_handled_web_process.ts.out", envs: env_vars_for_npm_tests(), http_server: true, |