From 8a8241529e48c7d333721c428bfb2a1d27c3aed6 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 12 Jan 2021 13:44:03 +1100 Subject: [PATCH] Revert "test: mark test-cluster-bind-privileged-port flaky on arm" This reverts commit a45a40419719ff443b80ea32175486c4f78fd628. Solved by marking ports <1024 as privileged on Docker containers. Ref: https://github.com/nodejs/node/pull/36850 Ref: https://github.com/nodejs/node/issues/36847 Ref: https://github.com/nodejs/build/pull/2521 PR-URL: https://github.com/nodejs/node/pull/36884 Refs: https://github.com/nodejs/node/pull/36850 Refs: https://github.com/nodejs/node/issues/36847 Refs: https://github.com/nodejs/build/pull/2521 Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Richard Lau Reviewed-By: Daijiro Wachi Reviewed-By: Ash Cripps Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Rich Trott Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ff714c7cabfd04..6639b5ca1a23d8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -36,9 +36,6 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY # https://github.com/nodejs/node/pull/31178 test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP -# https://github.com/nodejs/node/issues/36847 -test-cluster-bind-privileged-port: PASS,FLAKY -test-cluster-shared-handle-bind-privileged-port: PASS,FLAKY [$system==solaris] # Also applies to SmartOS