From f6011706c58a27cfb0c114a44ac601fe879f7225 Mon Sep 17 00:00:00 2001 From: Alfonso Graziano Date: Mon, 9 Oct 2023 16:09:15 +0200 Subject: [PATCH] chore: skip nan on some platforms (#1005) * Fix: skip nan on some platforms * Platform changed --- lib/lookup.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index a3b7ae5b..dcfa4d05 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -346,7 +346,9 @@ "prefix": "v", "scripts": ["rebuild-tests", "test"], "tags": "native", - "head": true + "head": true, + "skip": [ "win32", "aix", "s390x"], + "comment": "Skipped while a proper solution is found" }, "node-gyp": { "envVar": { "FAST_TEST": "true" },