From eb4d46867107163d5849c573740c3b99df7e420c Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 25 Sep 2024 15:18:52 +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 PR-URL: https://github.com/nodejs/node/pull/55079 Reviewed-By: Antoine du Hamel Reviewed-By: Jake Yuesong Li Reviewed-By: Moshe Atlow Reviewed-By: Stefan Stojanovic --- 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]