Skip to content

Commit 6d58479

Browse files
author
Matheus Marchini
committed
test: mark test-fs-readfile-tostring-fail as flaky
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: #16601 Ref: libuv/libuv#1742 PR-URL: #21013 Refs: #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]>
1 parent e5a3579 commit 6d58479

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/sequential/sequential.status

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ test-inspector-async-hook-setup-at-signal: PASS, FLAKY
1515
[$system==linux]
1616

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

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

0 commit comments

Comments
 (0)