camel-optaplanner: Ignore test testAsynchronousProblemSolving until PLANNER-468 
is fixed


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bd1c3957
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bd1c3957
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bd1c3957

Branch: refs/heads/master
Commit: bd1c3957d339ec5a917a482faca94e820465412e
Parents: 5e1067e
Author: Geoffrey De Smet <gds.geoffrey.de.s...@gmail.com>
Authored: Tue Oct 13 14:37:07 2015 +0200
Committer: Geoffrey De Smet <gds.geoffrey.de.s...@gmail.com>
Committed: Tue Oct 13 14:37:07 2015 +0200

----------------------------------------------------------------------
 .../camel/component/optaplanner/OptaPlannerDaemonSolverTest.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bd1c3957/components/camel-optaplanner/src/test/java/org/apache/camel/component/optaplanner/OptaPlannerDaemonSolverTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-optaplanner/src/test/java/org/apache/camel/component/optaplanner/OptaPlannerDaemonSolverTest.java
 
b/components/camel-optaplanner/src/test/java/org/apache/camel/component/optaplanner/OptaPlannerDaemonSolverTest.java
index 0b48eb1..27980db 100644
--- 
a/components/camel-optaplanner/src/test/java/org/apache/camel/component/optaplanner/OptaPlannerDaemonSolverTest.java
+++ 
b/components/camel-optaplanner/src/test/java/org/apache/camel/component/optaplanner/OptaPlannerDaemonSolverTest.java
@@ -23,6 +23,7 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.junit4.CamelTestSupport;
 import org.apache.commons.lang3.ObjectUtils;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.optaplanner.core.impl.score.director.ScoreDirector;
 import org.optaplanner.core.impl.solver.ProblemFactChange;
@@ -36,7 +37,7 @@ import 
org.optaplanner.examples.cloudbalancing.persistence.CloudBalancingGenerat
  */
 public class OptaPlannerDaemonSolverTest extends CamelTestSupport {
 
-    @Test
+    @Test @Ignore("https://issues.jboss.org/browse/PLANNER-468";) // TODO 
Unignore when upgraded to optaplanner 6.3.1+
     public void testAsynchronousProblemSolving() throws Exception {
         MockEndpoint mockEndpoint = getMockEndpoint("mock:result");
         mockEndpoint.setExpectedCount(1);

Reply via email to