Skip to content

Commit

Permalink
test: mark fs-readfile-tostring-fail flaky for all
Browse files Browse the repository at this point in the history
test-fs-readfile-tostring-fail is unreliable until a libuv fix lands.

It had previously been marked flaky on macOS, but it has been observed
to also fail on AIX. Mark it flaky everywhere.

Refs: libuv/libuv#1742

PR-URL: #21177
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
  • Loading branch information
Trott authored and targos committed Jun 13, 2018
1 parent ed2b57b commit 2655c7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ prefix sequential
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms
# 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==win32]
test-inspector-async-call-stack : PASS, FLAKY
Expand All @@ -15,9 +18,6 @@ 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 2655c7b

Please sign in to comment.