Skip to content

Commit

Permalink
lookup: skip time on >=11 (#657)
Browse files Browse the repository at this point in the history
Waiting for the fix to land and be in a release.

Refs: TooTallNate/node-time#76
  • Loading branch information
targos authored Dec 15, 2018
1 parent 715ffe0 commit 00c3818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@
"flaky": ["linux-ia32", "s390"],
"skip": ["win32", "aix"],
"tags": "native",
"maintainers": "TooTallNate"
"maintainers": "TooTallNate",
"skip": ">=11"
},
"torrent-stream": {
"prefix": "v",
Expand Down

0 comments on commit 00c3818

Please sign in to comment.