From 09de9969c7d5f51ec8a8fbdbc7fe1397c7b67720 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 27 Jun 2023 10:17:58 +0200 Subject: [PATCH] test: remove test-timers-immediate-queue flaky designation PR-URL: https://github.com/nodejs/node/pull/48575 Reviewed-By: Moshe Atlow Reviewed-By: Yagiz Nizipli Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Rich Trott --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 913ae4b0b10a7d..8de4ad29cb1414 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,8 +7,6 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] -# https://github.com/nodejs/node/issues/24497 -test-timers-immediate-queue: PASS,FLAKY # https://github.com/nodejs/node/issues/41206 test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/41201