@@ -5,6 +5,9 @@ prefix sequential
|
5 | 5 | # sample-test : PASS,FLAKY |
6 | 6 | |
7 | 7 | [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 |
8 | 11 | |
9 | 12 | [$system==win32] |
10 | 13 | test-inspector-async-call-stack : PASS, FLAKY |
@@ -15,9 +18,6 @@ test-inspector-async-hook-setup-at-signal: PASS, FLAKY
|
15 | 18 | [$system==linux] |
16 | 19 | |
17 | 20 | [$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 |
21 | 21 | |
22 | 22 | [$system==solaris] # Also applies to SmartOS |
23 | 23 | |
|