Skip to content

Commit 2655c7b

Browse files
Trotttargos
authored andcommitted
test: mark fs-readfile-tostring-fail flaky for all
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 <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent ed2b57b commit 2655c7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/sequential/sequential.status

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ prefix sequential
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8+
# This test will be flaky until https://github.com/libuv/libuv/pull/1742 lands
9+
# on Node.js.
10+
test-fs-readfile-tostring-fail: PASS, FLAKY
811

912
[$system==win32]
1013
test-inspector-async-call-stack : PASS, FLAKY
@@ -15,9 +18,6 @@ test-inspector-async-hook-setup-at-signal: PASS, FLAKY
1518
[$system==linux]
1619

1720
[$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
2121

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

0 commit comments

Comments
 (0)