-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containers are not started when using @ImportTestcontainers #38913
Comments
@philwebb I've created a simple project with test setup that fails in v3.2.1, but works in 3.2.0. It's project with 2 submodules (3.2.1/3.2.0) with identical code |
Note that this only fails when |
I confirm the same behaviour, any plans to fix it? Thanks |
@goraxan The issue has a |
Hello,
and if I remove |
You should provide a minimized sample instead of code snippet. |
@acemrek once you have a minimal sample to share, please open a new issue for your problem and we will investigate. |
I am facing the same issue. I've created this issue #40585, including a sample. |
From @sleepo581 in #38831 (comment)
After migrating to spring-boot v3.2.1 tests with
@ImportTestcontainers
are failing because container is not started.E.g.:
The text was updated successfully, but these errors were encountered: