From af2f38dfd1c86c13f233411ab955505ced8181c4 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 21 Nov 2021 20:58:48 +0100 Subject: [PATCH] test: mark test-fs-watch-non-recursive flaky on Windows Refs: https://github.com/nodejs/node/issues/40728 --- test/pummel/pummel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 5ff3cdbe0e5a7a..78ea147f03ac14 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -7,6 +7,8 @@ prefix pummel [true] # This section applies to all platforms [$system==win32] +# https://github.com/nodejs/node/issues/40728 +test-fs-watch-non-recursive: PASS,FLAKY [$system==linux] # https://github.com/nodejs/node/issues/38226