killbill-aplcache

server: enable most tests in TestChargeback Disable only

6/8/2012 10:28:57 PM

Details

diff --git a/server/src/test/java/com/ning/billing/jaxrs/TestChargeback.java b/server/src/test/java/com/ning/billing/jaxrs/TestChargeback.java
index 9ed6a52..c16d926 100644
--- a/server/src/test/java/com/ning/billing/jaxrs/TestChargeback.java
+++ b/server/src/test/java/com/ning/billing/jaxrs/TestChargeback.java
@@ -35,7 +35,6 @@ import com.ning.http.client.Response;
 import static org.testng.Assert.assertEquals;
 import static org.testng.Assert.assertNotNull;
 
-@Test(groups = "slow", enabled = false)
 public class TestChargeback extends TestJaxrsBase {
     private final String accountId = UUID.randomUUID().toString();
     private InvoicePayment invoicePayment;