File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
jablib/src/test/java/org/jabref/logic/util/io Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1919import org .jabref .model .entry .field .StandardField ;
2020
2121import org .junit .jupiter .api .BeforeEach ;
22- import org .junit .jupiter .api .Disabled ;
2322import org .junit .jupiter .api .Test ;
2423import org .junit .jupiter .api .condition .DisabledOnOs ;
2524import 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 ());
You can’t perform that action at this time.
0 commit comments