1prefix parallel 2 3# To mark a test as flaky, list the test name in the appropriate section 4# below, without ".js", followed by ": PASS,FLAKY". Example: 5# sample-test : PASS,FLAKY 6 7[true] # This section applies to all platforms 8 9[$system==win32] 10# https://github.com/nodejs/node/issues/24497 11test-timers-immediate-queue: PASS,FLAKY 12# https://github.com/nodejs/node/issues/23277 13test-worker-memory: PASS,FLAKY 14 15[$system==linux] 16# https://github.com/nodejs/node/issues/39368 17test-domain-error-types: PASS,FLAKY 18 19[$system==macos] 20 21[$arch==arm || $arch==arm64] 22# https://github.com/nodejs/node/pull/31178 23test-crypto-dh-stateless: SKIP 24test-crypto-keygen: SKIP 25# https://github.com/nodejs/node/issues/33796 26test-fs-stream-construct: PASS,FLAKY 27 28[$system==solaris] # Also applies to SmartOS 29 30[$system==freebsd] 31# https://github.com/nodejs/node/issues/31727 32test-fs-stat-bigint: PASS,FLAKY 33# https://github.com/nodejs/node/issues/28803 34test-stdout-close-catch: PASS,FLAKY 35# https://github.com/nodejs/node/issues/31280 36test-worker-message-port-message-before-close: PASS,FLAKY 37 38[$system==aix] 39 40[$system==ibmi] 41# https://github.com/nodejs/node/pull/30819 42test-child-process-fork-net-server: SKIP 43test-cli-node-options: SKIP 44test-cluster-shared-leak: SKIP 45test-http-writable-true-after-close: SKIP 46test-http2-connect-method: SKIP 47test-net-error-twice: SKIP 48# https://github.com/libuv/libuv/pull/2782 49test-net-allow-half-open: SKIP 50test-net-keepalive: SKIP 51test-net-persistent-keepalive: SKIP 52test-net-socket-close-after-end: SKIP 53test-net-socket-connect-without-cb: SKIP 54test-net-socket-connecting: SKIP 55test-net-socket-ready-without-cb: SKIP 56test-net-write-after-end-nt: SKIP 57test-tls-env-extra-ca: SKIP 58# https://github.com/nodejs/node/pull/34209 59test-dgram-error-message-address: SKIP 60# https://github.com/nodejs/node/issues/36929 61test-crypto-secure-heap: SKIP 62# https://github.com/nodejs/node/issues/36925 63test-fs-read-type: SKIP 64