From 16a07983d48572ef59b45f0bdbb717df8cd0a1a4 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 10:05:39 -0400 Subject: [PATCH] test: set sea snapshot tests as flaky PR-URL: https://github.com/nodejs/node/pull/50223 Refs: https://github.com/nodejs/node/issues/49630 Reviewed-By: Darshan Sen Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig --- test/sequential/sequential.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 5cefcb95773bed..0e70b5b5bbf618 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -14,6 +14,9 @@ test-watch-mode-inspect: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/47116 test-http-max-sockets: PASS, FLAKY +# https://github.com/nodejs/node/issues/49630 +test-single-executable-application-snapshot: PASS, FLAKY +test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY [$system==linux]