From 22515a8fa73c29b18f560464357b52c3a11cfd80 Mon Sep 17 00:00:00 2001 From: hasundue Date: Tue, 5 Mar 2024 13:48:49 +0900 Subject: [PATCH] test(registries): skip jsdelivr tentatively Deno 1.41.1 panics with it. https://github.com/hasundue/molt/actions/runs/8118222422/job/22194403024?pr=135 --- test/integration/registries.ts | 3 +++ test/snapshots/registries.ts.snap | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/test/integration/registries.ts b/test/integration/registries.ts index e0d66bc3..3db588c7 100644 --- a/test/integration/registries.ts +++ b/test/integration/registries.ts @@ -23,6 +23,8 @@ const SPECS = [ "jsr:", "jsr:@std/semver@0.210.0", ], + /** Skip jsdelivr tentatively because Deno 1.41.1 panics. + /* Ref: https://github.com/hasundue/molt/actions/runs/8118222422/job/22194403024?pr=135 [ "cdn.jsdelivr.net/npm", "https://cdn.jsdelivr.net/npm/preact@10.5.5", @@ -31,6 +33,7 @@ const SPECS = [ "cdn.jsdelivr.net/gh", "https://cdn.jsdelivr.net/gh/hasundue/molt@e4509a9/lib/path.ts", ], + */ [ "cdn.skypack.dev", "https://cdn.skypack.dev/preact@10.5.5", diff --git a/test/snapshots/registries.ts.snap b/test/snapshots/registries.ts.snap index e34fd76e..15c68488 100644 --- a/test/snapshots/registries.ts.snap +++ b/test/snapshots/registries.ts.snap @@ -24,18 +24,6 @@ snapshot[`registry - jsr: 2`] = `true`; snapshot[`registry - jsr: 3`] = `true`; -snapshot[`registry - cdn.jsdelivr.net/npm 1`] = `true`; - -snapshot[`registry - cdn.jsdelivr.net/npm 2`] = `true`; - -snapshot[`registry - cdn.jsdelivr.net/npm 3`] = `false`; - -snapshot[`registry - cdn.jsdelivr.net/gh 1`] = `true`; - -snapshot[`registry - cdn.jsdelivr.net/gh 2`] = `true`; - -snapshot[`registry - cdn.jsdelivr.net/gh 3`] = `false`; - snapshot[`registry - cdn.skypack.dev 1`] = `true`; snapshot[`registry - cdn.skypack.dev 2`] = `true`;