aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2021-06-24 12:35:13 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2021-06-24 13:44:48 +0200
commitf79ee668b0375205e99284cc809c30c6e961bc22 (patch)
treeb6129e989d34d9c1ca019ae4ee6d47d85c33364c
parent74b598291ed2461e0e482f556baf2943a97a54f2 (diff)
Turn off the Ryuk container1.10.0
Issue-ID: DCAEGEN2-1483 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ibc7134e9be7bf1f3b8d82e759537db8a5ffc7714
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 665c5b3d..b0fe6788 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
+ <configuration>
+ <environmentVariables>
+ <TESTCONTAINERS_RYUK_DISABLED>true</TESTCONTAINERS_RYUK_DISABLED>
+ </environmentVariables>
+ </configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>