Skip to content

Commit

Permalink
lookup: skip some permanently failing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 18, 2021
1 parent b66998b commit c210423
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions lib/lookup.json
Expand Up @@ -2,7 +2,8 @@
"@hapi/hapi": {
"prefix": "v",
"maintainers": ["devinivy", "DavidTPate", "AdriVanHoudt"],
"skip": ["darwin", "aix", "debian"]
"skip": ["darwin", "aix", "debian", ">=17"],
"comment": "Verbatim DNS output"
},
"@hapi/shot": {
"maintainers": "cjihrig",
Expand Down Expand Up @@ -89,6 +90,7 @@
"cheerio": {
"skip": ["aix", "win32"],
"head": true,
"useGitClone": true,
"maintainers": ["matthewmueller", "jugglinmike"]
},
"clinic": {
Expand All @@ -99,7 +101,7 @@
},
"coffeescript": {
"maintainers": ["jashkenas", "GeoffreyBooth"],
"skip": "rhel"
"skip": ["rhel", "aix"]
},
"commander": {
"prefix": "v",
Expand Down Expand Up @@ -171,7 +173,8 @@
"express-session": {
"prefix": "v",
"maintainers": "dougwilson",
"skip": "win32"
"skip": ">=16",
"comment": "https://github.com/expressjs/session/pull/844"
},
"fastify": {
"maintainers": ["mcollina", "delvedor"],
Expand Down Expand Up @@ -361,7 +364,8 @@
"path-to-regexp": {
"prefix": "v",
"maintainers": "blakeembrey",
"skip": ["aix"]
"skip": ["aix", ">=17"],
"comment": "OpenSSL 3.0"
},
"pino": {
"prefix": "v",
Expand Down Expand Up @@ -459,7 +463,9 @@
},
"socket.io": {
"maintainers": "rauchg",
"head": true
"head": true,
"skip": ">=17",
"comment": "WS is not compatible"
},
"spawn-wrap": {
"prefix": "v",
Expand Down Expand Up @@ -533,7 +539,8 @@
"prefix": "v",
"flaky": ["ppc", "darwin"],
"maintainers": "mishoo",
"skip": "12"
"skip": ["12", true],
"comment": "Tests timeout"
},
"underscore": {
"flaky": ["aix", "s390"],
Expand Down

0 comments on commit c210423

Please sign in to comment.