Craig Ziesman created CAMEL-20377:
-------------------------------------
Summary: *IT tests should be run with failsafe instead of surefire
Key: CAMEL-20377
URL: https://issues.apache.org/jira/browse/CAMEL-20377
Project: Camel
Issue Type: Test
Reporter: Craig Ziesman
Assignee: Craig Ziesman
Fix For: 4.x
Attachments: IT-tests.txt
There are many tests that use TestContainers and Docker in *IT.java classes
that are currently being run by the surefire plugin. These tests should be run
by failsafe, as they meet the definition of integration tests, not unit tests,
and should not cause the whole build to fail if any of them fail.
The list of affected test classes is attached.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)