summaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-09 23:42:12 +0100
committergjoranv <gv@verizonmedia.com>2021-11-09 23:42:12 +0100
commitdb9dde06cd31094d254321d3f55ffb5e5d98ed9b (patch)
treeede9a55d3fbbddc5ec3bad80cd18ca418741a714 /controller-server/pom.xml
parent1f0f598d0a24b4b717a8639af5e387efc5fecf03 (diff)
Remove forkCount from surefire config
(inadvertently added in a previous commit)
Diffstat (limited to 'controller-server/pom.xml')
-rw-r--r--controller-server/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index 1f5bd9b4dd7..e9fadee58c7 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -244,7 +244,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <forkCount>2</forkCount>
<!-- Illegal reflective access by LogFileHandler via com.yahoo.io.NativeIO -->
<argLine>
--add-opens=java.base/java.io=ALL-UNNAMED