node/test/wasi/wasi.status
Joyee Cheung 3810024f00 test: mark test-wasi-pthread as flaky
It has been flaking the CI for two months with no one working on
a fix. Mark it as flaky.

PR-URL: https://github.com/nodejs/node/pull/59488
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-08-18 12:17:56 +00:00

21 lines
539 B
Plaintext

prefix wasi
# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
[$system==ibmi]
# Unsupported on IBM i PASE
test-wasi-clock_getres: SKIP
test-wasi-getrusage: SKIP
[$system==win32 || $system==android]
# Unsupported on Windows and Android
test-wasi-readdir: SKIP
[$system==linux]
# https://github.com/nodejs/node/issues/59146
test-wasi-pthread: PASS, FLAKY