killbill-uncached
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>