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 = {