Skip to content

Commit ecdea1d

Browse files
authored
One more isolate (#3128)
1 parent bfe1a42 commit ecdea1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tika-serialization/src/test/java/org/apache/tika/config/loader/TikaLoaderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
import org.junit.jupiter.api.Test;
3131
import org.junit.jupiter.api.io.TempDir;
32+
import org.junit.jupiter.api.parallel.Isolated;
3233
import org.xml.sax.helpers.DefaultHandler;
3334

3435
import org.apache.tika.config.EmbeddedLimits;
@@ -43,6 +44,7 @@
4344
/**
4445
* Unit tests for TikaLoader JSON configuration loading.
4546
*/
47+
@Isolated // testUnusableTempDirectoryFailsAtLoad mutates java.io.tmpdir
4648
public class TikaLoaderTest {
4749

4850
@Test

0 commit comments

Comments
 (0)