From ea345f6421a865e185e4c39ebb43a7a1def48280 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 7 Feb 2014 14:18:39 -0800 Subject: [PATCH] (Kind of) skip autobahn testsuite on -DskipTests - autobahntestsuite-maven-plugin does not provide a way to skip all tests, so we run only one simple test when -DskipTests is set --- testsuite/pom.xml | 91 ++++++++++++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 37 deletions(-) diff --git a/testsuite/pom.xml b/testsuite/pom.xml index db105d0473..0aae021871 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -71,12 +71,44 @@ + + + * + + + + + skipTests + + + skipTests + + + + 1.1.1 + + + + skipAutobahnTestsuite + + + skipAutobahnTestsuite + + + + 1.1.1 + + + + org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -85,44 +117,29 @@ + + me.normanmaurer.maven.autobahntestsuite + autobahntestsuite-maven-plugin + 0.1.1 + + io.netty.testsuite.websockets.autobahn.AutobahnServer + + ${enabledCase} + + + false + + + + test + + fuzzingclient + + + + - - - - autobahntestsuite - - - !skipAutobahnTestsuite - - - - - - me.normanmaurer.maven.autobahntestsuite - autobahntestsuite-maven-plugin - 0.1.1 - - io.netty.testsuite.websockets.autobahn.AutobahnServer - - * - - - false - - - - test - - fuzzingclient - - - - - - - -