We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2545c commit 02c87acCopy full SHA for 02c87ac
build.gradle
@@ -55,7 +55,10 @@ test {
55
systemProperty "kubernetes.disable.autoConfig", "true"
56
57
environment 'TESTCONTAINERS_REUSE_ENABLE', 'true'
58
- environment 'CONTAINER_FILTER', System.getenv("CONTAINER_FILTER")
+
59
+ if(System.getenv("CONTAINER_FILTER")) {
60
+ environment 'CONTAINER_FILTER', System.getenv("CONTAINER_FILTER")
61
+ }
62
63
useJUnitPlatform()
64
0 commit comments