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/03/21 20:21:30 UTC

[43/44] git commit: Added @Ignore tag to all integration tests.

Added @Ignore tag to all 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/86da615b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/86da615b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/86da615b

Branch: refs/pull/76/head
Commit: 86da615b0e1bb076fe8dc9580361b61ea9f6ae45
Parents: 153cf71
Author: grey <gr...@apigee.com>
Authored: Fri Mar 21 12:18:07 2014 -0700
Committer: grey <gr...@apigee.com>
Committed: Fri Mar 21 12:18:07 2014 -0700

----------------------------------------------------------------------
 .../usergrid/management/cassandra/ManagementServiceIT.java      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/86da615b/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 0c0e8e1..1edc59e 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
@@ -1490,7 +1490,7 @@ public class ManagementServiceIT {
     }
 
 
-    @Test //For this test please input your s3 credentials into payload builder.
+    @Ignore //For this test please input your s3 credentials into settings.xml or Attach a -D with relevant fields.
     public void testIntegration100EntitiesOn() throws Exception {
 
         //s3client.putObject(new PutObjectRequest(bucketName, keyName, file));
@@ -1562,8 +1562,7 @@ public class ManagementServiceIT {
         assertNotNull( bo );
     }
 
-    //@Ignore("I'd have to add some overhead such that I loop through all files or keep track of them all ")
-    @Test
+    @Ignore
     public void testIntegration100EntitiesOnOneOrg() throws Exception {
 
         S3Export s3Export = new S3ExportImpl();