Should be ignored
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/2fb55f05 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/2fb55f05 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/2fb55f05 Branch: refs/heads/datastax-cass-driver Commit: 2fb55f05da923b9812f18a30952ab338d1822b70 Parents: d5d89a8 Author: Dave Johnson <snoopd...@apache.org> Authored: Thu Jul 7 15:09:57 2016 -0400 Committer: Dave Johnson <snoopd...@apache.org> Committed: Thu Jul 7 15:09:57 2016 -0400 ---------------------------------------------------------------------- .../test/java/org/apache/usergrid/rest/UniqueCatsIT.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/2fb55f05/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java ---------------------------------------------------------------------- diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java index c0209af..6561389 100644 --- a/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java +++ b/stack/rest/src/test/java/org/apache/usergrid/rest/UniqueCatsIT.java @@ -63,7 +63,7 @@ public class UniqueCatsIT { private static final AtomicInteger dupCounter = new AtomicInteger( 0 ); @Test - //@Ignore("Intended for use against prod-like cluster") + @Ignore("Intended for use against prod-like cluster") public void testDuplicatePrevention() throws Exception { int numThreads = 20; @@ -83,12 +83,7 @@ public class UniqueCatsIT { final AtomicBoolean failed = new AtomicBoolean(false); - //String[] targetHosts = {"http://localhost:8080"}; - - String[] targetHosts = { - "https://ug21-west.e2e.apigee.net", - "https://ug21-east.e2e.apigee.net" - }; + String[] targetHosts = {"http://localhost:8080"}; for (int i = 0; i < numCats; i++) {