Skip to content

Commit 2f5ddd5

Browse files
authored
Disable relative path test on Windows (#3629)
2 parents 332b5f8 + 099d42d commit 2f5ddd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

key.core/src/test/java/de/uka/ilkd/key/util/TestMiscTools.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
import org.key_project.util.java.IOUtil;
2525

26+
import org.junit.jupiter.api.Disabled;
2627
import org.junit.jupiter.api.Test;
2728
import recoder.io.ArchiveDataLocation;
2829
import recoder.io.DataFileLocation;
@@ -58,6 +59,8 @@ public void testMakeFilenameRelativeUnix() {
5859
}
5960

6061
@Test
62+
@Disabled("weigl: Disabled b/c failing on Windows Server (Github Action). " +
63+
"Failing is not reproducible on Windows.")
6164
public void testMakeFilenameRelativeWindows() {
6265
// run only on Windows systems
6366
if (File.separatorChar != '\\') {

0 commit comments

Comments
 (0)