Skip to content

Commit

Permalink
Test expected to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 committed Nov 7, 2023
1 parent e72628a commit 1199e88
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junitpioneer.jupiter.ExpectedToFail;
import org.openrewrite.maven.tree.MavenRepository;

import java.io.File;
Expand All @@ -30,6 +31,7 @@ public class MavenRepositoryLocalRepoTest {

@Test
@DisplayName("calculate local Maven repository")
@ExpectedToFail
void calculateLocalMavenRepository() {
String repoPath = System.getProperty("user.home") + "/.m2/repository";
MavenRepository MAVEN_LOCAL_DEFAULT = new MavenRepository("local", new File(repoPath).toURI().toString(), "true", "true", true, null, null, false);
Expand Down

0 comments on commit 1199e88

Please sign in to comment.