Skip to content

Commit

Permalink
Ignore comparison of repo URI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 7, 2023
1 parent 2387ef7 commit 7cdaf5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private void compareMavenResolutionResultMarker(SoftAssertions softAssertions, M

softAssertions.assertThat(testedDependencies)
.usingRecursiveComparison()
.ignoringFields("gav.repository")
.ignoringFields("parent.dependencies.Provided.gav.repository")
.ignoringFieldsOfTypes(
UUID.class,
ResolvedGroupArtifactVersion.class // FIXME: Difference in repository URI, file:/ vs. file:///
Expand Down

0 comments on commit 7cdaf5d

Please sign in to comment.