Skip to content

Commit 463f500

Browse files
authored
lookup: skip coffeescript (#1081)
1 parent 04c1f9b commit 463f500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/lookup.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
},
104104
"coffeescript": {
105105
"maintainers": ["jashkenas", "GeoffreyBooth"],
106-
"skip": ["rhel", "aix"]
106+
"comment": "https://github.com/jashkenas/coffeescript/pull/5478 may fix the test failures",
107+
"skip": [true, "rhel", "aix"]
107108
},
108109
"commander": {
109110
"prefix": "v",

0 commit comments

Comments
 (0)