• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix sequential
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# https://github.com/nodejs/node/issues/27611#issuecomment-613100468
9test-cpu-prof-dir-worker: PASS, FLAKY
10# https://github.com/nodejs/node/issues/44898
11test-watch-mode: PASS, FLAKY
12test-watch-mode-inspect: PASS, FLAKY
13
14[$system==win32]
15# https://github.com/nodejs/node/issues/47116
16test-http-max-sockets: PASS, FLAKY
17
18[$system==linux]
19
20[$system==macos]
21
22[$system==solaris] # Also applies to SmartOS
23
24[$system==freebsd]
25
26[$system==aix]
27# https://github.com/nodejs/node/pull/29054
28test-buffer-creation-regression: SKIP
29
30[$system==ibmi]
31# https://github.com/nodejs/node/pull/29054
32test-buffer-creation-regression: SKIP
33# https://github.com/nodejs/node/pull/30819
34test-perf-hooks: SKIP
35# https://github.com/nodejs/node/issues/39683
36test-tls-psk-client: PASS, FLAKY
37test-tls-securepair-client: PASS, FLAKY
38
39[$arch==arm]
40# https://github.com/nodejs/node/issues/49933
41test-watch-mode-inspect: PASS, FLAKY
42
43[$arch==s390x]
44# https://github.com/nodejs/node/issues/41286
45test-performance-eventloopdelay: PASS, FLAKY
46