| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a522c0e commit ef27e6c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,26 @@ | |||
| 1 | + prefix internet | ||
| 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 | + | ||
| 10 | + [$system==win32] | ||
| 11 | + | ||
| 12 | + [$system==linux] | ||
| 13 | + # https://github.com/nodejs/node/issues/32946 | ||
| 14 | + test-dgram-multicast-ssmv6-multi-process: PASS, FLAKY | ||
| 15 | + | ||
| 16 | + [$system==macos] | ||
| 17 | + | ||
| 18 | + [$system==solaris] # Also applies to SmartOS | ||
| 19 | + | ||
| 20 | + [$system==freebsd] | ||
| 21 | + | ||
| 22 | + [$system==aix] | ||
| 23 | + | ||
| 24 | + [$system==ibmi] | ||
| 25 | + | ||
| 26 | + [$arch==arm] | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments