killbill-uncached

pom.xml: only run fast and slow tests for now The account module

3/27/2012 9:05:02 PM

Details

diff --git a/account/src/test/java/com/ning/billing/account/dao/TestSimpleAccountDao.java b/account/src/test/java/com/ning/billing/account/dao/TestSimpleAccountDao.java
index 8c0e3c2..fd99ec5 100644
--- a/account/src/test/java/com/ning/billing/account/dao/TestSimpleAccountDao.java
+++ b/account/src/test/java/com/ning/billing/account/dao/TestSimpleAccountDao.java
@@ -380,7 +380,7 @@ public class TestSimpleAccountDao extends AccountDaoTestBase {
         accountDao.update(updatedAccount);
     }
 
-    @Test(groups={"slow"},enabled=true)
+    @Test
     public void testDelete() throws AccountApiException, EntityPersistenceException {
 
         Account a = createTestAccountBuilder().build();

pom.xml 1(+1 -0)

diff --git a/pom.xml b/pom.xml
index 4fe0e0c..91d6318 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,6 +447,7 @@
                 <version>2.11</version>
                 <configuration>
                     <useManifestOnlyJar>false</useManifestOnlyJar>
+                    <groups>fast,slow</groups>
                     <systemPropertyVariables>
                         <log4j.configuration>file:${project.basedir}/src/test/resources/log4j.xml</log4j.configuration>
                     </systemPropertyVariables>