Skip to content

Commit d759efe

Browse files
committed
run just in windows
1 parent 5f75f35 commit d759efe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
import org.junit.jupiter.api.Disabled;
3535
import org.junit.jupiter.api.Order;
3636
import org.junit.jupiter.api.Test;
37+
import org.junit.jupiter.api.condition.EnabledOnOs;
38+
import org.junit.jupiter.api.condition.OS;
3739
import org.junit.jupiter.api.io.CleanupMode;
3840
import org.junit.jupiter.api.io.TempDir;
3941

@@ -235,6 +237,7 @@ void jimFs() throws Exception {
235237
}
236238

237239
@Test
240+
@EnabledOnOs(OS.WINDOWS)
238241
void msysRepoPathIsNormalised(@TempDir Path tmp) throws Exception {
239242

240243
final Path cwd = tmp.resolve("project");

0 commit comments

Comments
 (0)