From 3298ef4891dbee03f431af5e82a1b7b78e730f4d 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 eeb67a187303be..04d98f75383a4d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -39,8 +39,6 @@ test-runner-run-watch: 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