Skip to content

Commit

Permalink
Disable MNG-6330 because it now validly finds the parent given the pa…
Browse files Browse the repository at this point in the history
…th is not specified
  • Loading branch information
gnodet committed Sep 27, 2024
1 parent 6df8967 commit 6a03e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class MavenITmng6330RelativePath extends AbstractMavenIntegrationTestCase {
public MavenITmng6330RelativePath() {
super("(,3.5.0),(3.5.2,)");
super("(,3.5.0),(3.5.2,4.0.0-beta-5)");
}

@Test
Expand Down

0 comments on commit 6a03e1d

Please sign in to comment.