test: mark test-fs-watch-non-recursive flaky on Windows

Refs: https://github.com/nodejs/node/issues/40728

PR-URL: https://github.com/nodejs/node/pull/40916
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Luigi Pinca 2021-11-23 21:10:34 +01:00 committed by GitHub
parent bdcd785e5d
commit 2a871df3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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