From b046712e868834aca3bcedcb8157c00ad7348a2b Mon Sep 17 00:00:00 2001 From: Shi Pujin Date: Sun, 4 Feb 2024 17:28:34 +0800 Subject: [PATCH] test: skip test-http-correct-hostname on loong64 PR-URL: https://github.com/nodejs/node/pull/51663 Reviewed-By: Luigi Pinca Reviewed-By: Adrian Estrada Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 1547e1a547085f..f587cd2d2a881b 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -101,3 +101,7 @@ test-cluster-primary-error: PASS, FLAKY [$arch==s390x] # https://github.com/nodejs/node/issues/50222 test-inspector-async-hook-setup-at-inspect-brk: PASS, FLAKY + +[$arch==loong64] +# https://github.com/nodejs/node/issues/51662 +test-http-correct-hostname: SKIP