From 8ac6e3ca331f714e256c283432a805d5df3ab3d7 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 1 Apr 2020 02:49:54 -0400 Subject: [PATCH] test: mark test-http2-reset-flood flaky on bsd This test is somewhat regularly flaky on 12.x and it appears master as well. There appears to be an issue tracking flakes for 6+ months. Seems reasonable to mark this to keep us from having red CI. Refs: https://github.com/nodejs/node/issues/29802 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index bfe88f9720d968..6c3158a650023d 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -49,6 +49,8 @@ test-crypto-keygen: SKIP [$system==freebsd] # https://github.com/nodejs/node/issues/31727 test-fs-stat-bigint: PASS,FLAKY +# https://github.com/nodejs/node/issues/29802 +test-http2-reset-flood: PASS,FLAKY [$system==aix]