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 8551aae commit 8ec406eCopy full SHA for 8ec406e
test/pom.xml
@@ -95,6 +95,10 @@
95
<configuration>
96
<parallel>classes</parallel>
97
<threadCount>4</threadCount>
98
+ <systemPropertyVariables>
99
+ <networkaddress.cache.ttl>0</networkaddress.cache.ttl>
100
+ <networkaddress.cache.negative.ttl>0</networkaddress.cache.negative.ttl>
101
+ </systemPropertyVariables>
102
</configuration>
103
</plugin>
104
</plugins>
0 commit comments