summaryrefslogtreecommitdiff
path: root/tests/node_compat/config.jsonc
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-25 00:44:34 +0100
committerGitHub <noreply@github.com>2024-09-25 01:44:34 +0200
commita4f59c776189dbd99a9bc6ca36e9d36aee4f56a2 (patch)
tree5ed9fd8a2ed530ad1d969361db0bfc4576c5185a /tests/node_compat/config.jsonc
parent36ebc03f177cc7db5deb93f4d403cafbed756eb5 (diff)
test: disable 'test-child-process-ipc-next-tick.js' Node compat test (#25856)
This test is super flaky recently. See https://github.com/denoland/deno/issues/25855 for more details.
Diffstat (limited to 'tests/node_compat/config.jsonc')
-rw-r--r--tests/node_compat/config.jsonc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc
index 01db5557d..2f94fa2f2 100644
--- a/tests/node_compat/config.jsonc
+++ b/tests/node_compat/config.jsonc
@@ -43,7 +43,9 @@
// TODO(littledivy): windows ipc streams not yet implemented
"test-child-process-fork-ref.js",
"test-child-process-fork-ref2.js",
- "test-child-process-ipc-next-tick.js",
+ // TODO(bartlomieju): this test is very flaky on CI
+ // https://github.com/denoland/deno/issues/25855
+ // "test-child-process-ipc-next-tick.js",
"test-child-process-ipc.js",
"test-child-process-spawnsync-env.js",
"test-child-process-stdio-inherit.js",