Skipped SCTP Transport tests in the build (Java SCTP is only available for Linux and Solaris)
This commit is contained in:
parent
0148658bcc
commit
0bb1fe2656
@ -46,4 +46,25 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.7.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-test</id>
|
||||
<configuration>
|
||||
<!--
|
||||
Ignore SCTP Test cases by default
|
||||
Note: Java SCTP only available for Linux and Solaris
|
||||
-->
|
||||
<skipTests>true</skipTests>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user