From 3fec5e31e8681e972331d0c626a35ab452b3cef0 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 17 Dec 2024 14:06:23 +0100 Subject: [PATCH] test: remove test-sqlite-statement-sync flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The issue is likely the same as other tests that time out. Refs: https://github.com/nodejs/node/issues/54918 Refs: https://github.com/nodejs/node/pull/54802 PR-URL: https://github.com/nodejs/node/pull/56051 Reviewed-By: Michaƫl Zasso --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index addbcbf876f55b..fd42444c7b216a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -43,8 +43,6 @@ test-worker-nearheaplimit-deadlock: 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 # https://github.com/nodejs/node/issues/54534 test-runner-run-watch: PASS, FLAKY