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