diff --git a/server/src/test/java/com/ning/billing/jaxrs/TestAccount.java b/server/src/test/java/com/ning/billing/jaxrs/TestAccount.java
index ed8269a..6eabeda 100644
--- a/server/src/test/java/com/ning/billing/jaxrs/TestAccount.java
+++ b/server/src/test/java/com/ning/billing/jaxrs/TestAccount.java
@@ -164,7 +164,7 @@ public class TestAccount {
return accountJson;
}
- @Test(groups="slow")
+ @Test(groups="slow", enabled=false)
public void testFoo() throws Exception {
ObjectMapper mapper = new ObjectMapper();
@@ -185,7 +185,7 @@ public class TestAccount {
}
- @Test(groups="slow")
+ @Test(groups="slow", enabled=false)
public void testAccountOk() throws Exception {
final String accountPathPrefix = "/1.0/account";