From d560d40283c6f4ef5f37a8930e7688239a545edf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 10 Jun 2019 10:37:58 -0700 Subject: [PATCH] test: mark test-fs-stat-bigint as flaky Refs: https://github.com/nodejs/node/issues/24593 PR-URL: https://github.com/nodejs/node/pull/28156 Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e6c2e96548a..a859d225c76 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,6 +5,8 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +# https://github.com/nodejs/node/issues/24593 +test-fs-stat-bigint: PASS,FLAKY # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY # https://github.com/nodejs/node/issues/26401