From a0f04265e7ec3616831b9ebe910d803b53484fb7 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 25 Jun 2026 15:22:01 +0200 Subject: [PATCH] lookup: skip WPT for undici in CITGM Run undici's CITGM entry with explicit scripts that mirror the default test suite but omit `test:wpt`. This avoids running WPT during Node.js release canary runs. Signed-off-by: Matteo Collina --- lib/lookup.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 10c939aa..5b587b71 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -441,8 +441,26 @@ "undici": { "prefix": "v", "envVar": { "CITGM": true }, + "scripts": [ + "generate-pem", + "test:unit", + "test:fetch", + "test:node-fetch", + "test:infra", + "test:cache", + "test:cache-interceptor", + "test:interceptors", + "test:cookies", + "test:eventsource", + "test:subresource-integrity", + "test:websocket", + "test:node-test", + "test:cache-tests", + "test:jest", + "test:typescript" + ], "maintainers": ["mcollina", "ronag"], - "comment": "skip a few tests that are too dependent on the network" + "comment": "run the default test suite without WPT; skip a few tests that are too dependent on the network" }, "uuid": { "prefix": "v",