Skip to content

Commit 4e69eb4

Browse files
lookup: skip underscore on darwin (#1008)
Co-authored-by: BethGriggs <[email protected]>
1 parent 420fde5 commit 4e69eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lookup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
},
523523
"underscore": {
524524
"flaky": ["aix"],
525-
"skip": "win32",
525+
"skip": ["win32", "darwin"],
526526
"maintainers": "jashkenas"
527527
},
528528
"uuid": {

0 commit comments

Comments
 (0)