-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
in: buildstatus: first-timers-onlyIssues that we would like first-timers only to work onIssues that we would like first-timers only to work ontype: enhancement
Milestone
Description
Currently, a full build runs Docker-based (TestContainers) integration tests no matter if Docker is available on the platform or not. This leads to a build failure when Docker is not available. This behaviour can be improved by disabling Docker-based tests when Docker is not available.
The TestContainers library provides the attribute @TestContainers(disabledWithoutDocker = true)
for that case. The goal of this issue is to add that attribute to all tests annotated with @TestContainers
.
Contributions are welcome!
Metadata
Metadata
Assignees
Labels
in: buildstatus: first-timers-onlyIssues that we would like first-timers only to work onIssues that we would like first-timers only to work ontype: enhancement