From 2201bcf5490afe812e355a55346c7e9667468c8a Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 25 Apr 2024 04:22:09 +0200 Subject: [PATCH] test: mark test-runner-watch-mode as flaky PR-URL: https://github.com/nodejs/node/pull/49627 Refs: https://github.com/nodejs/node/issues/49605 Reviewed-By: Yagiz Nizipli Reviewed-By: LiviaMedeiros Reviewed-By: Daijiro Wachi --- graal-nodejs/test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graal-nodejs/test/parallel/parallel.status b/graal-nodejs/test/parallel/parallel.status index e4b409246f3..8424a72a1ee 100644 --- a/graal-nodejs/test/parallel/parallel.status +++ b/graal-nodejs/test/parallel/parallel.status @@ -274,6 +274,10 @@ test-domain-error-types: PASS,FLAKY # https://github.com/nodejs/node/issues/47420 test-file-write-stream4: PASS,FLAKY +[$system==linux || $system==win32] +# https://github.com/nodejs/node/issues/49605 +test-runner-watch-mode: PASS,FLAKY + [$system==macos] # https://github.com/nodejs/node/issues/42741 test-http-server-headers-timeout-keepalive: PASS,FLAKY