Skip to content

Commit

Permalink
test: mark test-fs-readfile-tostring-fail as flaky
Browse files Browse the repository at this point in the history
test-fs-readfile-tostring-fail is failing frequently on OSX machines.
There's a PR to fix this issue in libuv, but while the fix don't land on
Node.js this test should be marked as flaky.

Ref: nodejs#16601
Ref: libuv/libuv#1742

PR-URL: nodejs#21013
Refs: nodejs#16601
Refs: libuv/libuv#1742
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Anatoli Papirovski <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
Matheus Marchini committed May 30, 2018
1 parent e5a3579 commit 6d58479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ test-inspector-async-hook-setup-at-signal: PASS, FLAKY
[$system==linux]

[$system==macos]
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
# on Node.js.
test-fs-readfile-tostring-fail: PASS, FLAKY

[$system==solaris] # Also applies to SmartOS

Expand Down

0 comments on commit 6d58479

Please sign in to comment.