From d69c8f29a1452f43dbed97e6137bbb0c350e99ef Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 14 May 2020 09:29:45 -0400 Subject: [PATCH] test: mark two WASI tests flaky on windows These tests have become flaky on Windows in the CI. The failures do not appear to be consistent, or even in the same parts of the tests. They do seem to be related to trying to open or stat files though. --- test/wasi/wasi.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/wasi/wasi.status b/test/wasi/wasi.status index 12212e8f72822b..ee7e8e59892f9c 100644 --- a/test/wasi/wasi.status +++ b/test/wasi/wasi.status @@ -5,3 +5,11 @@ prefix wasi # sample-test : PASS,FLAKY [true] # This section applies to all platforms + +[$system==win32] +# These tests have become flaky on Windows in the CI. The failures do not appear +# to be consistent, or even in the same parts of the tests. They do seem to be +# related to trying to open or stat files though. +# https://github.com/nodejs/node/pull/33376#issuecomment-628049988 +test-wasi: PASS,FLAKY +test-wasi-symlinks: PASS,FLAKY