suite.addExclude("(&(test=EchoXML)(replyDestType=topic)(endpoint=axis))");
// Although Qpid is compiled for Java 1.5, it uses classes only present in 1.6.
if (System.getProperty("java.version").startsWith("1.5.")) {
System.out.println("Excluding Qpid tests; please run the build with Java 1.6 to include them");
suite.addExclude("(broker=qpid)");
}
// Example to run a few use cases.. please leave these commented out - asankha
//suite.addExclude("(|(test=AsyncXML)(test=MinConcurrency)(destType=topic)(broker=qpid)(destType=topic)(replyDestType=topic)(client=jms)(endpoint=mock)(cfOnSender=true))");
//suite.addExclude("(|(test=EchoXML)(destType=queue)(broker=qpid)(cfOnSender=true)(singleCF=false)(destType=queue)(client=jms)(endpoint=mock))");