1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

test: ignore flaky node:child_process tests (#18360)

This commit is contained in:
Bartek Iwańczuk 2023-03-22 19:39:13 +01:00 committed by GitHub
parent 049982c332
commit df614ff6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -507,6 +507,7 @@ Deno.test({
});
Deno.test({
ignore: true,
name: "[node/child_process] ChildProcess.unref()",
async fn() {
const script = path.join(
@ -527,6 +528,7 @@ Deno.test({
});
Deno.test({
ignore: true,
name: "[node/child_process] child_process.fork",
async fn() {
const testdataDir = path.join(