From 5aa47bd26bc4beb011d87da35c93170b36381002 Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Wed, 30 May 2018 14:59:09 -0300 Subject: [PATCH] test: mark test-trace-events-fs-sync as flaky test-trace-events-fs-sync has been failing ocasinally on FreeBSD. While we don't have a fix, it should be marked as flaky. Ref: https://github.com/nodejs/node/issues/21038 PR-URL: https://github.com/nodejs/node/pull/21039 Refs: https://github.com/nodejs/node/issues/21038 Reviewed-By: James M Snell Reviewed-By: Refael Ackermann Reviewed-By: Trivikram Kamat Reviewed-By: Rich Trott Reviewed-By: Anatoli Papirovski Reviewed-By: Lance Ball --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e4b757bbd3d..3a48bd7cf40 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -20,5 +20,7 @@ test-child-process-fork-net: PASS,FLAKY [$system==solaris] # Also applies to SmartOS [$system==freebsd] +# https://github.com/nodejs/node/issues/21038 +test-trace-events-fs-sync: PASS,FLAKY [$system==aix]