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/12/08 22:24:21 UTC

[39/50] [abbrv] incubator-usergrid git commit: Ignored awaiting fix for USERGRID-267

Ignored awaiting fix for USERGRID-267


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

Branch: refs/heads/no-source-in-es
Commit: 10a1d7d2e1e5be633164fb78f4f9e6d9d7dad9a1
Parents: 8088c63
Author: Dave Johnson <dm...@apigee.com>
Authored: Mon Dec 8 10:02:24 2014 -0500
Committer: Dave Johnson <dm...@apigee.com>
Committed: Mon Dec 8 10:02:24 2014 -0500

----------------------------------------------------------------------
 .../org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/10a1d7d2/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java b/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java
index b6544d7..523f41d 100644
--- a/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/batch/job/SchedulerRuntimeIntervalIT.java
@@ -29,6 +29,7 @@ import org.apache.usergrid.persistence.entities.JobData;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
+import org.junit.Ignore;
 
 
 /**
@@ -36,6 +37,7 @@ import static org.junit.Assert.assertTrue;
  * Tests saturation at each point of the runtime as well
  */
 @Concurrent
+@Ignore("Ignored awaiting fix for USERGRID-267")
 public class SchedulerRuntimeIntervalIT extends AbstractSchedulerRuntimeIT {
 	
 	private static final Logger logger =