From 4dc7c23d0059f4fcd89ca95cf70caed5d98aa4b1 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 23 Sep 2024 15:04:55 +0200 Subject: [PATCH] Revert "test: mark test-fs-watch-non-recursive flaky on Windows" This reverts commit 2a871df3dfb8ea663ef5e1f8f62701ec51384ecb. It has been almost three years since the test was marked flaky. Remove the unstable designation to see if the problem persists on Windows. Fixes: https://github.com/nodejs/node/issues/40728 --- test/pummel/pummel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index b9b0469da5c715..e58fc34ac58dad 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -7,8 +7,6 @@ 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==macos]