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/b84c55df Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b84c55df Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b84c55df Branch: refs/heads/camel-2.18.x Commit: b84c55df8f8841d489638ca37be8350637de74a2 Parents: a08cb43 Author: Claus Ibsen <[email protected]> Authored: Thu May 11 11:08:37 2017 +0200 Committer: Claus Ibsen <[email protected]> Committed: Thu May 11 18:42:00 2017 +0200 ---------------------------------------------------------------------- .../processor/onexception/ErrorOccuredInOnExceptionRoute.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b84c55df/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;
