From 5eee1fbcc0d82831ddf2c5544ccd092cbdb01657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 21 Dec 2024 13:21:39 +0100 Subject: [PATCH] lookup: skip coffeescript --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0784ee09..80554360 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -102,7 +102,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",