Attempt to fix server test CI failures

Switch surefire configuration so that forking isn't used. This seems to
prevent the "Corrupted STDOUT by directly writing to native stream"
errors and will hopefully reduce failures on the CI server.

See gh-12689
pull/12697/head
Phillip Webb 7 years ago
parent 7649eb6230
commit 32782429af

@ -56,6 +56,9 @@
<maven.home>${maven.home}</maven.home>
<repository>${repository}</repository>
</systemPropertyVariables>
<useSystemClassLoader>false</useSystemClassLoader>
<forkCount>0</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>

Loading…
Cancel
Save