Skip to content

Commit

Permalink
test(registries): skip jsdelivr tentatively
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 5, 2024
1 parent 926eb73 commit 22515a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 3 additions & 0 deletions test/integration/registries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
12 changes: 0 additions & 12 deletions test/snapshots/registries.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit 22515a8

Please sign in to comment.