| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5d1230b commit 1be5a8c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,10 @@ if (!common.hasIntl) { | |||
| 21 | 21 | common.skip('missing Intl'); | |
| 22 | 22 | } | |
| 23 | 23 | ||
| 24 | + if (process.config.variables.node_quic) { | ||
| 25 | + common.skip('this test assumes default configuration options'); | ||
| 26 | + } | ||
| 27 | + | ||
| 24 | 28 | const { | |
| 25 | 29 | generateConfigJsonSchema, | |
| 26 | 30 | } = require('internal/options'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments