From 96f5557807edcc7b405f5825e756b5d31b6b97ae Mon Sep 17 00:00:00 2001 From: Jerome Covington Date: Fri, 29 Sep 2023 20:13:18 -0400 Subject: [PATCH] lookup: skip platforms for serialport This skips the remaining platforms that still pose a problem for verifying serialport against a `-pre` version of Node.js Relates to: https://github.com/nodejs/citgm/pull/992 --- lib/lookup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lookup.json b/lib/lookup.json index 979c92a79..3ab46cad8 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -420,6 +420,7 @@ "comment": "postlint script fails" }, "serialport": { + "skip": ["aix", "s390x", "rhel"], "head": true, "tags": "native", "maintainers": "reconbot"