mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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>
21 lines
539 B
Plaintext
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
|