When running test containers with Maven Surefire I get the following error: https://maven.apache.org/surefire/maven-failsafe-plugin/faq.html#corruptedstream looking in the logs it seems Testcontainers and Surefire are trying to write to stdout at the same time. How can I disable this in Testcontainers?
When running test containers with Maven Surefire I get the following error: https://maven.apache.org/surefire/maven-failsafe-plugin/faq.html#corruptedstream looking in the logs it seems Testcontainers and Surefire are trying to write to stdout at the same time. How can I disable this in Testcontainers?