From 32be9b058077633a4a25c98508e69c3893af81c9 Mon Sep 17 00:00:00 2001 From: fraxken Date: Fri, 28 Nov 2025 16:38:43 +0100 Subject: [PATCH] test(sonatype): disable integration tests --- test/strategies/sonatype/index.integration.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/strategies/sonatype/index.integration.spec.ts b/test/strategies/sonatype/index.integration.spec.ts index 7da52c1..cd6fa1b 100644 --- a/test/strategies/sonatype/index.integration.spec.ts +++ b/test/strategies/sonatype/index.integration.spec.ts @@ -6,7 +6,7 @@ import assert from "node:assert"; import { SonatypeStrategy } from "../../../src/strategies/sonatype.js"; import { expectVulnToBeNodeSecureStandardCompliant } from "../utils.js"; -test("sonatype strategy: fetching a package with a vulnerability using the API", async() => { +test.skip("sonatype strategy: fetching a package with a vulnerability using the API", async() => { const { hydratePayloadDependencies } = SonatypeStrategy(); const dependencies = new Map(); /** @@ -50,7 +50,7 @@ test("sonatype strategy: fetching a package with a vulnerability using the API", expectVulnToBeNodeSecureStandardCompliant(vulnerability); }); -test("sonatype strategy: fetching a package with a name that should be percent-encoded/decoded, using the API", async() => { +test.skip("sonatype strategy: fetching a package with a name that should be percent-encoded/decoded, using the API", async() => { const { hydratePayloadDependencies } = SonatypeStrategy(); const dependencies = new Map(); const packageWithScopeThatShouldBePercentEncoded = {