diff --git a/artifactory_test.go b/artifactory_test.go index 27643e089..933497db8 100644 --- a/artifactory_test.go +++ b/artifactory_test.go @@ -86,7 +86,6 @@ func TestDependencyResolutionFromArtifactory(t *testing.T) { resolveRepoName: securityTests.MvnVirtualRepo, cacheRepoName: securityTests.MvnRemoteRepo, projectType: project.Maven, - skipMsg: "Snapshot repository is blocked by JPD, pending fix XRAY-124910", }, { testProjectPath: []string{"go", "simple-project"}, diff --git a/tests/testdata/artifactory-repo-configs/maven_remote_snapshots_repository_config.json b/tests/testdata/artifactory-repo-configs/maven_remote_snapshots_repository_config.json index 669d72cd9..893a16392 100644 --- a/tests/testdata/artifactory-repo-configs/maven_remote_snapshots_repository_config.json +++ b/tests/testdata/artifactory-repo-configs/maven_remote_snapshots_repository_config.json @@ -2,5 +2,5 @@ "key": "${MAVEN_REMOTE_SNAPSHOTS_REPO}", "rclass": "remote", "packageType": "maven", - "url": "https://repository.apache.org/snapshots" + "url": "https://oss.sonatype.org/content/repositories/snapshots" } \ No newline at end of file