Skip to content

Commit aa51e43

Browse files
panvaaduh95
authored andcommitted
test: mark platform-specific tests as flaky
These tests repeatedly fail across unrelated `main` PRs in the reliability reports from 2026-07-26 through 2026-08-26. Mark them flaky only on configurations where the failures were observed. Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #65562 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 5814d60 commit aa51e43

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

test/parallel/parallel.status

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY
2020
test-snapshot-incompatible: SKIP
2121

2222
[$system==win32]
23+
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
24+
test-runner-coverage: PASS, FLAKY
2325
# https://github.com/nodejs/node/issues/59090
2426
test-inspector-network-fetch: PASS, FLAKY
2527
# https://github.com/nodejs/node/issues/59636
@@ -36,6 +38,8 @@ test-performance-function: PASS, FLAKY
3638
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
3739

3840
[$system==linux && $arch==s390x]
41+
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
42+
test-runner-coverage: PASS, FLAKY
3943
# https://github.com/nodejs/node/issues/58353
4044
test-http2-debug: PASS, FLAKY
4145

@@ -97,6 +101,8 @@ test-fs-watch-ignore-mixed: SKIP
97101
test-fs-watch-ignore-regexp: SKIP
98102

99103
[$system==aix]
104+
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
105+
test-runner-coverage: PASS, FLAKY
100106
# https://github.com/nodejs/node/issues/54346
101107
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
102108

test/sequential/sequential.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ test-watch-mode-inspect: PASS, FLAKY
1313
# https://github.com/nodejs/node/issues/47409
1414
test-http2-large-file: PASS, FLAKY
1515

16+
[$system==win32]
17+
# https://github.com/nodejs/node/issues/63212#issuecomment-5423558796
18+
test-debugger-pid: PASS, FLAKY
19+
1620
[$system==linux]
1721
# https://github.com/nodejs/node/issues/54817
1822
test-http-server-request-timeouts-mixed: PASS, FLAKY

test/test-runner/test-runner.status

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ prefix test-runner
99
# https://github.com/nodejs/node/pull/54888#issuecomment-2351128116
1010
# TODO(pmarchini): This test is failing when isolation is set to none and must be fixed.
1111
test-watch-create-isolation-none: SKIP
12+
13+
[$system==macos && $arch==x64]
14+
# https://github.com/nodejs/node/issues/54534#issuecomment-5423551021
15+
test-run-watch-cwd-isolation-none: PASS, FLAKY
16+
test-run-watch-cwd-isolation-none-argv: PASS, FLAKY
17+
test-run-watch-emit-restarted: PASS, FLAKY

test/wasi/wasi.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ test-wasi-getrusage: SKIP
1515
# Unsupported on Windows and Android
1616
test-wasi-readdir: SKIP
1717

18+
[$system==win32 || $system==macos]
19+
# https://github.com/nodejs/node/issues/64226#issuecomment-5423585588
20+
test-wasi-pthread: PASS, FLAKY
21+
1822
[$system==linux]
1923
# https://github.com/nodejs/node/issues/59146
2024
test-wasi-pthread: PASS, FLAKY

0 commit comments

Comments
 (0)