From b5113d0b5327cb900c3cc4629986f598dec79d90 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 9 Jun 2020 14:28:28 -0400 Subject: [PATCH] test: temporarily exclude test on arm Refs: https://github.com/nodejs/node/issues/33796 Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/33814 Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 193cd820ac9683..b72cd30775c05c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -40,6 +40,8 @@ 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/33796 +test-fs-stream-construct: PASS,FLAKY [$system==solaris] # Also applies to SmartOS