I've been working with the Camel build and investigating test failures.

There are many tests that use TestContainers and Docker in *IT.java classes
that are currently being run by the surefire plugin. In my opinion, these
tests ought to be run by failsafe, as they seem to meet the definition of
integration tests, not unit tests, and should not cause the whole build to
fail if any of them fail.

I would be happy to generate a PR to move these tests to surefire if there
is no objection from the team.

Reply via email to