From 0bb1fe26565b5edc53a1bf34f418a35c9c81fbe7 Mon Sep 17 00:00:00 2001 From: Jestan Nirojan Date: Sun, 19 Feb 2012 13:30:24 +0530 Subject: [PATCH] Skipped SCTP Transport tests in the build (Java SCTP is only available for Linux and Solaris) --- transport-sctp/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/transport-sctp/pom.xml b/transport-sctp/pom.xml index ebf608425f..2d6a2d8b6e 100644 --- a/transport-sctp/pom.xml +++ b/transport-sctp/pom.xml @@ -46,4 +46,25 @@ ${project.version} + + + + + maven-surefire-plugin + 2.7.2 + + + default-test + + + true + + + + + +