From 085d4c40c3f698fbeeb6e96768942770266a22c3 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Tue, 16 May 2023 17:48:20 -0400 Subject: [PATCH] test: move `test-cluster-primary-error` flaky test --- test/parallel/parallel.status | 4 ++++ test/sequential/sequential.status | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0f199a9e4934d2..7fd430df0290c7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -89,3 +89,7 @@ test-http-server-unconsume: PASS, FLAKY test-http-upgrade-advertise: PASS, FLAKY test-tls-client-mindhsize: PASS, FLAKY test-tls-write-error: PASS, FLAKY + +[$asan==on] +# https://github.com/nodejs/node/issues/39655 +test-cluster-primary-error: PASS, FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 5487281311c6f8..5cefcb95773bed 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -41,7 +41,3 @@ test-tls-securepair-client: PASS, FLAKY [$arch==s390x] # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY - -[$asan==on] -# https://github.com/nodejs/node/issues/39655 -test-cluster-primary-error: PASS, FLAKY