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:
parent
049982c332
commit
df614ff6e5
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue