From 463f50086f23419b46c2846ba109e5939ae2e731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 23 Dec 2024 09:39:45 +0100 Subject: [PATCH] lookup: skip coffeescript (#1081) --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 1b1ff674..36f2fffd 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -103,7 +103,8 @@ }, "coffeescript": { "maintainers": ["jashkenas", "GeoffreyBooth"], - "skip": ["rhel", "aix"] + "comment": "https://github.com/jashkenas/coffeescript/pull/5478 may fix the test failures", + "skip": [true, "rhel", "aix"] }, "commander": { "prefix": "v",