From de375e16f4ec675ce3f4edda4ee9658fab8ffc2a Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 31 Oct 2020 04:37:04 -0700 Subject: [PATCH] test: add missing ref comments to parallel.status PR-URL: https://github.com/nodejs/node/pull/35896 Reviewed-By: Gireesh Punathil Reviewed-By: Benjamin Gruenbaum 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 c8716b336fd93f..4f1a5c622846a5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,7 +5,9 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/35881 test-http2-respond-file-error-pipe-offset: PASS,FLAKY +# https://github.com/nodejs/node/issues/35844 test-worker-eventlooputil: PASS,FLAKY [$system==win32]