diff options
author | Rupert Smith <rupertlssmith@apache.org> | 2007-11-26 17:17:48 +0000 |
---|---|---|
committer | Rupert Smith <rupertlssmith@apache.org> | 2007-11-26 17:17:48 +0000 |
commit | 36fc893e119c8c81f2d54d36bc3f8c9ec1d10e0c (patch) | |
tree | f4316905d0ed94246092b3085fffa042693d78bf | |
parent | 6a15c99b562797ac8a30dd484de42c80878cf9b2 (diff) | |
download | qpid-python-36fc893e119c8c81f2d54d36bc3f8c9ec1d10e0c.tar.gz |
May have broken build with tktest plugin mojo, commented out until fixed.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@598352 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/systests/pom.xml | 4 |
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> |