Skip to content

Commit

Permalink
lookup: skip platforms for serialport
Browse files Browse the repository at this point in the history
This skips the remaining platforms that still pose a problem for
verifying serialport against a `-pre` version of Node.js
Relates to: #992
  • Loading branch information
jeromecovington committed Sep 30, 2023
1 parent 5892481 commit 96f5557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
"comment": "postlint script fails"
},
"serialport": {
"skip": ["aix", "s390x", "rhel"],
"head": true,
"tags": "native",
"maintainers": "reconbot"
Expand Down

0 comments on commit 96f5557

Please sign in to comment.