Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
@TempDir is currently broken in Windows environment on GitHub actions, see https://github.com/junit-team/junit5/issues/2811
Therefore, https://github.com/apache/opennlp/pull/476 introduced a workaround to manually deal with it by introducing AbstractTempDirTest
If the related JUnit issue is fixed, we can drop `AbstractTempDirTest* and switch back to @TempDir