| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 80af610 commit ede34aa
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1,5 @@ | |||
| 1 | - {} | ||
| 1 | + { | ||
| 2 | + "negative-settimeout.any.js": { | ||
| 3 | + "fail": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672" | ||
| 4 | + } | ||
| 5 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,4 +3,4 @@ | |||
| 3 | 3 | import testpy | |
| 4 | 4 | ||
| 5 | 5 | def GetConfiguration(context, root): | |
| 6 | - return testpy.ParallelTestConfiguration(context, root, 'wpt') | ||
| 6 | + return testpy.SimpleTestConfiguration(context, root, 'wpt') | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments