You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/09 00:21:34 UTC

[08/43] git commit: Ignore the integration tests.

Ignore the integration tests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/6d53e9b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/6d53e9b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/6d53e9b5

Branch: refs/pull/96/merge
Commit: 6d53e9b564bd431e5451f859a0e267ca70095e0e
Parents: 9598c8e
Author: grey <gr...@apigee.com>
Authored: Mon Mar 31 11:40:06 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Mon Mar 31 11:40:06 2014 -0700

----------------------------------------------------------------------
 .../usergrid/management/cassandra/ManagementServiceIT.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6d53e9b5/stack/services/src/test/java/org/apache/usergrid/management/cassandra/ManagementServiceIT.java
----------------------------------------------------------------------
diff --git a/stack/services/src/test/java/org/apache/usergrid/management/cassandra/ManagementServiceIT.java b/stack/services/src/test/java/org/apache/usergrid/management/cassandra/ManagementServiceIT.java
index 6e7b153..c597661 100644
--- a/stack/services/src/test/java/org/apache/usergrid/management/cassandra/ManagementServiceIT.java
+++ b/stack/services/src/test/java/org/apache/usergrid/management/cassandra/ManagementServiceIT.java
@@ -1559,8 +1559,8 @@ public class ManagementServiceIT {
     }
 
 
-    //   @Ignore //For this test please input your s3 credentials into settings.xml or Attach a -D with relevant fields.
-    @Test
+    @Ignore //For this test please input your s3 credentials into settings.xml or Attach a -D with relevant fields.
+    //@Test
     public void testIntegration100EntitiesOn() throws Exception {
 
         S3Export s3Export = new S3ExportImpl();
@@ -1653,8 +1653,8 @@ public class ManagementServiceIT {
         blobStore.deleteContainer( bucketName );
     }
 
-
-    @Test
+    @Ignore
+    //@Test
     public void testIntegration100EntitiesForAllApps() throws Exception {
 
         S3Export s3Export = new S3ExportImpl();