diff options
author | Matheus Marchini <matheus@sthima.com> | 2018-05-30 14:59:09 -0300 |
---|---|---|
committer | Lance Ball <lball@redhat.com> | 2018-06-04 14:45:25 -0400 |
commit | 5aa47bd26bc4beb011d87da35c93170b36381002 (patch) | |
tree | b29d0351705b5deaad35f507bb3f7a70ea84ced2 /test | |
parent | 262f3777cefdba21987947b56827c3b8112fe5ba (diff) | |
download | node-new-5aa47bd26bc4beb011d87da35c93170b36381002.tar.gz |
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 <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Lance Ball <lball@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/parallel/parallel.status | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e4b757bbd3..3a48bd7cf4 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] |