From 896ae96a15f15b4e3e0265e439e378dd381a9768 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 24 Jan 2021 12:20:00 -0500 Subject: [PATCH] test: mark WASI's test-return-on-exit as flaky Refs: https://github.com/nodejs/node/pull/36139 PR-URL: https://github.com/nodejs/node/pull/36139 Reviewed-By: Jiawen Geng Reviewed-By: Colin Ihrig Reviewed-By: Myles Borins Reviewed-By: Shelley Vohr --- test/wasi/wasi.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/wasi/wasi.status b/test/wasi/wasi.status index 12212e8f728..0968d131cdf 100644 --- a/test/wasi/wasi.status +++ b/test/wasi/wasi.status @@ -5,3 +5,7 @@ prefix wasi # sample-test : PASS,FLAKY [true] # This section applies to all platforms + +[$system==win32] +# https://github.com/nodejs/node/pull/36139 +test-return-on-exit: PASS,FLAKY