From 62fd6bc4aac60a925399a2c4d25d2e586753b7da Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 17 May 2023 09:26:05 -0400 Subject: test: move `test-cluster-primary-error` flaky test PR-URL: https://github.com/nodejs/node/pull/48039 Reviewed-By: Antoine du Hamel Reviewed-By: Deokjin Kim --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/parallel') 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 -- cgit v1.2.1