Skip to content

Commit a37daae

Browse files
authored
test(sonatype): disable integration tests (#309)
1 parent 5840524 commit a37daae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/strategies/sonatype/index.integration.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import assert from "node:assert";
66
import { SonatypeStrategy } from "../../../src/strategies/sonatype.js";
77
import { expectVulnToBeNodeSecureStandardCompliant } from "../utils.js";
88

9-
test("sonatype strategy: fetching a package with a vulnerability using the API", async() => {
9+
test.skip("sonatype strategy: fetching a package with a vulnerability using the API", async() => {
1010
const { hydratePayloadDependencies } = SonatypeStrategy();
1111
const dependencies = new Map();
1212
/**
@@ -50,7 +50,7 @@ test("sonatype strategy: fetching a package with a vulnerability using the API",
5050
expectVulnToBeNodeSecureStandardCompliant(vulnerability);
5151
});
5252

53-
test("sonatype strategy: fetching a package with a name that should be percent-encoded/decoded, using the API", async() => {
53+
test.skip("sonatype strategy: fetching a package with a name that should be percent-encoded/decoded, using the API", async() => {
5454
const { hydratePayloadDependencies } = SonatypeStrategy();
5555
const dependencies = new Map();
5656
const packageWithScopeThatShouldBePercentEncoded = {

0 commit comments

Comments
 (0)