Skip to content

Commit

Permalink
lookup: skip spdy on Node.js > 9
Browse files Browse the repository at this point in the history
SPDY relies on spdy-transport and that broke due to a BC in 10.0.0.
However, neither of these modules are maintained anymore as they
got pretty much obsolete due to http2.
  • Loading branch information
BridgeAR authored and MylesBorins committed May 21, 2018
1 parent 917dc73 commit 3f2aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"spdy": {
"prefix": "v",
"flaky": ["aix", "sles"],
"skip": "win32",
"skip": [">9", "win32"],
"maintainers": "diasdavid"
},
"dicer": {
Expand Down

0 comments on commit 3f2aa6d

Please sign in to comment.