• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix pummel
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/40728
11test-fs-watch-non-recursive: PASS,FLAKY
12
13[$system==linux]
14# https://github.com/nodejs/node/issues/38226
15test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
16
17[$system==macos]
18
19[$arch==arm || $arch==arm64]
20
21[$system==solaris] # Also applies to SmartOS
22# https://github.com/nodejs/node/issues/43457
23test-heapsnapshot-near-heap-limit: PASS,FLAKY
24
25[$system==freebsd]
26
27[$system==aix]
28
29[$system==ibmi]
30# https://github.com/nodejs/node/issues/39683
31test-regress-GH-892: PASS, FLAKY
32