We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dd2af commit 05237ebCopy full SHA for 05237eb
plugins/codemodder-plugin-maven/src/test/java/io/codemodder/plugins/maven/operator/POMOperatorTest.java
@@ -18,12 +18,15 @@
18
import org.dom4j.DocumentException;
19
import org.hamcrest.MatcherAssert;
20
import org.junit.jupiter.api.Test;
21
+import org.junit.jupiter.api.parallel.Execution;
22
+import org.junit.jupiter.api.parallel.ExecutionMode;
23
import org.slf4j.Logger;
24
import org.slf4j.LoggerFactory;
25
import org.xmlunit.diff.ComparisonType;
26
import org.xmlunit.diff.Diff;
27
import org.xmlunit.diff.Difference;
28
29
+@Execution(ExecutionMode.SAME_THREAD)
30
final class POMOperatorTest extends AbstractTestBase {
31
32
private static final Logger LOGGER = LoggerFactory.getLogger(POMOperatorTest.class);
0 commit comments