aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework/pom.xml
diff options
context:
space:
mode:
authorDasha Boudnik <dasha@wandisco.com>2015-01-09 16:16:54 -0800
committerKonstantin Boudnik <cos@apache.org>2015-01-09 17:00:43 -0800
commite839f9ab77f5ad85ee1ff308073fc216b5a34e29 (patch)
treeeae1f40a281b475b0670ff952184928c4bc687a1 /bigtop-test-framework/pom.xml
parent4da87e1d312d5a0f841e9a348a30763b5fb99759 (diff)
BIGTOP-1559. Tests are failing in Apache CI build
Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop-test-framework/pom.xml')
-rw-r--r--bigtop-test-framework/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index 4d13b43e..60a66591 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -64,6 +64,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7</version>
+ <configuration>
+ <excludes>
+ <exclude>**/*IntegrationTest*</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.groovy</groupId>