Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly read the value of testcontainers.reuse.enable
As mentioned by @LaunchPairs in the analysis of quarkusio#30059, the use of TestcontainersConfiguration#getUserProperty results in using only environment variables as the source for reading the testcontainers.reuse.enable. We should instead also read the value of ~/.testcontainers.properties in order to ensure we write back the proper value when restoring Fixes: quarkusio#30059 (cherry picked from commit 0ff1d5d)
- Loading branch information