CAMEL-11229: Add TODO for that weird test which fails run manually but not with mvn clean install
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/133ad76d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/133ad76d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/133ad76d Branch: refs/heads/camel-2.19.x Commit: 133ad76d597661afb30a7e5def068e14e792c899 Parents: 3190a38 Author: Claus Ibsen <[email protected]> Authored: Thu May 11 11:08:37 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu May 11 18:39:19 2017 +0200 ---------------------------------------------------------------------- .../processor/onexception/ErrorOccuredInOnExceptionRoute.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/133ad76d/camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java ---------------------------------------------------------------------- diff --git a/camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java b/camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java index 8a67839..f7f5699 100644 --- a/camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java +++ b/camel-core/src/test/java/org/apache/camel/processor/onexception/ErrorOccuredInOnExceptionRoute.java @@ -27,6 +27,8 @@ import org.apache.camel.builder.RouteBuilder; */ public class ErrorOccuredInOnExceptionRoute extends ContextTestSupport { + // TODO: fails when run individually but works with mvn clean install and run all tests + @Override public boolean isUseRouteBuilder() { return false;
