summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/systests/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml
index dc462e3925..427d1ec7eb 100644
--- a/java/systests/pom.xml
+++ b/java/systests/pom.xml
@@ -91,6 +91,7 @@
</plugin>
<!-- Runs the framework based tests against an in-vm broker. -->
+ <!--
<plugin>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
@@ -112,7 +113,7 @@
<testrunneroptions>
<option>-X:decorators "org.apache.qpid.test.framework.qpid.InVMBrokerDecorator:org.apache.qpid.test.framework.qpid.AMQPFeatureDecorator"</option>
<option>-o</option>
- <option>--csv</option>
+ <option>##csv</option>
</testrunneroptions>
<testrunnerproperties>
@@ -136,6 +137,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>