diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-19 02:10:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 00:10:01 +0000 |
| commit | 972469d30926baa8081f36dc5a395c04043edf58 (patch) | |
| tree | d7e9cf6a115b8875b99e4cfd5e13d17d7fb7f8be /cli/tests/node_compat/config.jsonc | |
| parent | 40e157c005be192d6f241d5ee149d980d6b808aa (diff) | |
tests: disable another flaky test (#18762)
This test is flaky too, it actually shouldn't be running since it's not
listed in `cli/tests/node_compat/config.jsonc` at all.
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 62ab88e3d..b22d252e4 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -30,7 +30,8 @@ "test-child-process-exec-kill-throws.js", "test-child-process-exec-maxbuf.js", "test-child-process-exec-std-encoding.js", - "test-child-process-exec-timeout-expire.js", + // TODO(bartlomieju): this test was flaky on macOS CI + // "test-child-process-exec-timeout-expire.js", "test-child-process-exec-timeout-kill.js", "test-child-process-exec-timeout-not-expired.js", "test-child-process-execFile-promisified-abortController.js", @@ -209,7 +210,8 @@ "test-child-process-exec-kill-throws.js", "test-child-process-exec-maxbuf.js", "test-child-process-exec-stdout-stderr-data-string.js", - "test-child-process-exec-timeout-expire.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-execFile-promisified-abortController.js", |
