killbill-uncached

added groups to beatrix tests

3/9/2012 9:58:34 PM

Details

diff --git a/beatrix/src/test/java/com/ning/billing/beatrix/integration/TestIntegration.java b/beatrix/src/test/java/com/ning/billing/beatrix/integration/TestIntegration.java
index 8e517d1..78655e1 100644
--- a/beatrix/src/test/java/com/ning/billing/beatrix/integration/TestIntegration.java
+++ b/beatrix/src/test/java/com/ning/billing/beatrix/integration/TestIntegration.java
@@ -558,7 +558,7 @@ public class TestIntegration {
         log.info("TEST PASSED !");
     }
 
-    @Test(enabled = true)
+    @Test(groups = "slow")
     public void testHappyPath() throws AccountApiException, EntitlementUserApiException {
         Account account = accountUserApi.createAccount(getAccountData(3), null, null);
         assertNotNull(account);
@@ -593,7 +593,7 @@ public class TestIntegration {
 
     }
 
-    @Test
+    @Test(groups = "slow")
     public void testForMultipleRecurringPhases() throws AccountApiException, EntitlementUserApiException, InterruptedException {
         clock.setDeltaFromReality(new DateTime().getMillis() - clock.getUTCNow().getMillis());