You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placing a testcontainers.properties file at the root of the classpath should allow configuration of testcontainers.
For testcontainers.reuse.enabled and checks.disable this is not possible as these properties are checked using getEnvVarOrUserProperty (which ignores classpathProperties) instead of getEnvVarOrProperty.
Thanks for raising this issue, but this works as intended for these properties, since we believe this should be a user decision, and not a project decision.
Module
Core
Testcontainers version
1.19.3
Using the latest Testcontainers version?
Yes
Host OS
Windows
Host Arch
x64
Docker version
What happened?
Placing a
testcontainers.properties
file at the root of the classpath should allow configuration of testcontainers.For
testcontainers.reuse.enabled
andchecks.disable
this is not possible as these properties are checked usinggetEnvVarOrUserProperty
(which ignoresclasspathProperties
) instead ofgetEnvVarOrProperty
.Source code references:
Relevant log output
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: