From e4f936028792726e227626d7cf45d2df1ab2d577 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 PR-URL: https://github.com/nodejs/node/pull/32595 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2081d571cfe9fd..f282844cd0aa64 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -46,6 +46,8 @@ test-async-hooks-http-parser-destroy: PASS,FLAKY [$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]