diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-24 15:55:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 22:55:06 +0900 |
| commit | ebfc75fe8cfb8af1a6f5a1a021d8fd9f235bdd8e (patch) | |
| tree | 7433b5b6d415942cba13dcfb9acbdb24158d3b18 /cli/tests/node_compat/config.jsonc | |
| parent | 652694f15d79851bcb02640f18c204efcbd04d17 (diff) | |
test: disable flaky Node test (#18821)
If we hit a slow runner this test almost always fails.
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index ce1cf3a08..fd7703d6b 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -32,7 +32,8 @@ "test-child-process-exec-std-encoding.js", // TODO(bartlomieju): this test was flaky on macOS CI // "test-child-process-exec-timeout-expire.js", - "test-child-process-exec-timeout-kill.js", + // TODO(bartlomieju): this test was flaky on macOS CI + // "test-child-process-exec-timeout-kill.js", "test-child-process-exec-timeout-not-expired.js", "test-child-process-execFile-promisified-abortController.js", "test-child-process-execfile.js", @@ -212,7 +213,8 @@ "test-child-process-exec-stdout-stderr-data-string.js", // TODO(bartlomieju): this test was flaky on macOS CI // "test-child-process-exec-timeout-expire.js", - "test-child-process-exec-timeout-kill.js", + // TODO(bartlomieju): this test was flaky on macOS CI + // "test-child-process-exec-timeout-kill.js", // TODO(bartlomieju): this test was flaky on macOS CI // "test-child-process-execFile-promisified-abortController.js", "test-child-process-execfile-maxbuf.js", |
