From f49f1bb3e9d2420019d49da9ae2fa1b9678b6d4e Mon Sep 17 00:00:00 2001 From: cjihrig Date: Tue, 6 Aug 2024 18:51:02 -0400 Subject: [PATCH] test: unmark test-sqlite as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/54014 Fixes: https://github.com/nodejs/node/issues/54006 Reviewed-By: Moshe Atlow Reviewed-By: Tobias Nießen Reviewed-By: Matteo Collina Reviewed-By: Yagiz Nizipli Reviewed-By: Richard Lau Reviewed-By: Michaël Zasso --- test/parallel/parallel.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 831f543f8e01d2..da93f6ca89ac83 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,9 +19,6 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY # https://github.com/nodejs/node/issues/52630 test-error-serdes: PASS, FLAKY -# https://github.com/nodejs/node/issues/54006 -test-sqlite: PASS, FLAKY - [$system==win32] # Windows on x86