From ea5163450e56871f69fe7c567b54063278040f84 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sat, 2 Feb 2019 12:50:31 -0500 Subject: [PATCH] test: mark test-trace-events-fs-sync as FLAKY --- test/parallel/parallel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ea199718d2ad49..0a23a24cfaac97 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -14,9 +14,13 @@ test-trace-events-api-worker-disabled: PASS,FLAKY test-http2-pipe: PASS,FLAKY test-worker-syntax-error: PASS,FLAKY test-worker-syntax-error-file: PASS,FLAKY + # https://github.com/nodejs/node/issues/23277 test-worker-memory: PASS,FLAKY +# https://github.com/nodejs/node/issues/25512 +test-trace-events-fs-sync: PASS,FLAKY + [$system==linux] [$system==macos]