killbill-uncached

pom.xml: disable slow tests on Travis entitlement tests

12/14/2012 10:18:25 PM

Changes

pom.xml 3(+1 -2)

Details

pom.xml 3(+1 -2)

diff --git a/pom.xml b/pom.xml
index 14c2977..78fbdd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -651,9 +651,8 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <version>2.11</version>
                         <configuration>
-                            <groups>fast,slow</groups>
+                            <groups>fast</groups>
                             <systemPropertyVariables>
-                                <com.ning.billing.dbi.test.h2>true</com.ning.billing.dbi.test.h2>
                                 <file.encoding>UTF-8</file.encoding>
                                 <user.timezone>GMT</user.timezone>
                             </systemPropertyVariables>