Skip to content

Commit

Permalink
lookup: skip uuid on aix
Browse files Browse the repository at this point in the history
This is failing due to Jest not supporting AIX
  • Loading branch information
MylesBorins committed Jul 21, 2020
1 parent 19eac36 commit 094fbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"uuid": {
"prefix": "v",
"maintainers": ["ctavan", "broofa"],
"skip": "win32"
"skip": ["win32", "aix"]
},
"vinyl": {
"prefix": "v",
Expand Down

0 comments on commit 094fbf0

Please sign in to comment.