Skip to content

Commit

Permalink
chore: skip nan on some platforms (#1005)
Browse files Browse the repository at this point in the history
* Fix: skip nan on some platforms

* Platform changed
  • Loading branch information
alfonsograziano authored Oct 9, 2023
1 parent c47ab10 commit f601170
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit f601170

Please sign in to comment.