Skip to content

Commit

Permalink
Disable mediumtests on release builds due to db2 issues on CI server
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Mar 5, 2013
1 parent 356c5fd commit 19ded0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--
Detailed information how to contribute: http://flywaydb.org/howToContribute.html
Expand Down Expand Up @@ -418,6 +419,9 @@
<id>MediumTests</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>!performRelease</name>
</property>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 19ded0e

Please sign in to comment.