Skip to content

Commit e3bc042

Browse files
committed
reenable
1 parent 5beaaf8 commit e3bc042

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jablib/src/test/java/org/jabref/logic/util/io/FileUtilTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import org.jabref.model.entry.field.StandardField;
2020

2121
import org.junit.jupiter.api.BeforeEach;
22-
import org.junit.jupiter.api.Disabled;
2322
import org.junit.jupiter.api.Test;
2423
import org.junit.jupiter.api.condition.DisabledOnOs;
2524
import org.junit.jupiter.api.condition.EnabledOnOs;
@@ -482,7 +481,6 @@ void chainedRelativizeSymlinks() throws IOException {
482481
}
483482

484483
@Test
485-
@Disabled("We partly reverted the symlink matching behavior in")
486484
@DisabledOnOs(value = org.junit.jupiter.api.condition.OS.WINDOWS, disabledReason = "Symlink behavior unreliable on windows")
487485
void nestedRelativizeSymlinks() throws IOException {
488486
Path realDir = bibTempDir.resolve("realDir_" + UUID.randomUUID());

0 commit comments

Comments
 (0)