| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2f1ae4f commit 4dc9d8d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,11 @@ | |||
| 1 | 1 | prefix addons | |
| 2 | 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 | + | ||
| 3 | 7 | [true] # This section applies to all platforms | |
| 4 | 8 | ||
| 5 | - [$system==aix] | ||
| 9 | + [$arch==arm] | ||
| 10 | + # https://github.com/nodejs/node/issues/30786 | ||
| 11 | + openssl-binding/test: PASS,FLAKY | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments