From d2ede4694611774c4ff66da3f48fa0f17d49de52 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:08:17 -0400 Subject: [PATCH] test: set `test-sqlite-statement-sync` as flaky PR-URL: https://github.com/nodejs/node/pull/54802 Reviewed-By: James M Snell Reviewed-By: Matthew Aitken Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 948968f3dbed61..7c5ab642c18dce 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -46,6 +46,8 @@ test-http-server-request-timeouts-mixed: PASS, FLAKY test-performance-function: PASS, FLAKY # https://github.com/nodejs/node/issues/54346 test-esm-loader-hooks-inspect-wait: PASS, FLAKY +# https://github.com/nodejs/node/issues/54810 +test-sqlite-statement-sync: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605