Skip to content

Commit

Permalink
test(maven): remove the test of transitive scanning on native data so…
Browse files Browse the repository at this point in the history
…urce (#1425)

This test makes a lot of unnecessary not found requests on
`repository.apache.org`. This PR removes the test until we fix it.
  • Loading branch information
cuixq authored Dec 6, 2024
1 parent 722ff76 commit 152731f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/osv-scanner/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -938,11 +938,6 @@ func TestRun_MavenTransitive(t *testing.T) {
args: []string{"", "--config=./fixtures/osv-scanner-empty-config.toml", "-L", "pom.xml:./fixtures/maven-transitive/registry.xml"},
exit: 1,
},
{
name: "resolve transitive dependencies with native datda source",
args: []string{"", "--config=./fixtures/osv-scanner-empty-config.toml", "--experimental-resolution-data-source=native", "-L", "pom.xml:./fixtures/maven-transitive/registry.xml"},
exit: 1,
},
}

for _, tt := range tests {
Expand Down

0 comments on commit 152731f

Please sign in to comment.