Skip to content

Commit 5cb303a

Browse files
committed
test(exec): use neutral npm proxy wording
1 parent 85d9a1e commit 5cb303a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/tests/cli/exec.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import stripAnsi from "strip-ansi";
22
import { describe, expect, it } from "vitest";
33
import { fixture, setupCLITests } from "./testkit/index.js";
44

5-
describe.skip("exec command (Deno rejects the Wix npm proxy CA used as a TLS leaf)", () => {
5+
describe.skip("exec command (npm proxy TLS is incompatible with Deno)", () => {
66
const t = setupCLITests();
77

88
it("fails with helpful error when stdin is empty", async () => {

0 commit comments

Comments
 (0)