Question: is it expected that reusable containers can be enabled with env variable? #7314
diastremskii
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! 👋
While setting up reusable containers, I've stumbled upon a comment here that says that setting
testcontainers.reuse.enable
from environment or classpath properties is explicitly disabled. However, the function called from this method does check the environment - so settingTESTCONTAINERS_REUSE_ENABLE
would in fact enable reusable containers.The question is: can we rely on this behaviour and expect that env variable will continue to be supported, given that the comment contradicts it?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions