Repository: usergrid Updated Branches: refs/heads/release-2.1.1 26b325d44 -> b3739dc95
Ignore new test that's not completely accurate yet. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/b3739dc9 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/b3739dc9 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/b3739dc9 Branch: refs/heads/release-2.1.1 Commit: b3739dc9589d9e1fe9f5efb50b43fd9bab1762c0 Parents: 26b325d Author: Michael Russo <[email protected]> Authored: Sat Mar 26 15:45:31 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Sat Mar 26 15:45:31 2016 -0700 ---------------------------------------------------------------------- .../rest/applications/collection/paging/PagingResourceIT.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/b3739dc9/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/paging/PagingResourceIT.java ---------------------------------------------------------------------- diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/paging/PagingResourceIT.java b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/paging/PagingResourceIT.java index 3c30571..4ca46b1 100644 --- a/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/paging/PagingResourceIT.java +++ b/stack/rest/src/test/java/org/apache/usergrid/rest/applications/collection/paging/PagingResourceIT.java @@ -20,6 +20,7 @@ package org.apache.usergrid.rest.applications.collection.paging; import java.io.IOException; import java.util.*; +import org.junit.Ignore; import org.junit.Test; @@ -223,6 +224,7 @@ public class PagingResourceIT extends AbstractRestIT { } @Test + @Ignore("This is not guaranteed to create multiple shards. Need to be sure of this for a valid test.") public void pagingEntitiesAcrossShardsWithGraph() throws IOException {
