summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYagiz Nizipli <yagiz@nizipli.com>2023-05-17 09:26:05 -0400
committerGitHub <noreply@github.com>2023-05-17 13:26:05 +0000
commit62fd6bc4aac60a925399a2c4d25d2e586753b7da (patch)
tree159912a76aac5a7af45246322cf8206e9b71184e
parent1fdcb1c8c1e390836b61e261b4cd3f0485bd0e7b (diff)
downloadnode-new-main.tar.gz
test: move `test-cluster-primary-error` flaky testHEADmain
PR-URL: https://github.com/nodejs/node/pull/48039 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
-rw-r--r--test/parallel/parallel.status4
-rw-r--r--test/sequential/sequential.status4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 0f199a9e49..7fd430df02 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 5487281311..5cefcb9577 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