summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-10 10:37:58 -0700
committerRich Trott <rtrott@gmail.com>2019-06-12 12:19:56 -0700
commitd560d40283c6f4ef5f37a8930e7688239a545edf (patch)
treed8d40f37f1fb943c79e409ae7c6ec35021cb4032 /test
parente0fa30fc515f7d6fa3f92193153d4e01863b37e2 (diff)
downloadandroid-node-v8-d560d40283c6f4ef5f37a8930e7688239a545edf.tar.gz
android-node-v8-d560d40283c6f4ef5f37a8930e7688239a545edf.tar.bz2
android-node-v8-d560d40283c6f4ef5f37a8930e7688239a545edf.zip
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 <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/parallel.status2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index e6c2e96548..a859d225c7 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