diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2021-06-24 12:35:13 +0200 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2021-06-24 13:44:48 +0200 |
commit | f79ee668b0375205e99284cc809c30c6e961bc22 (patch) | |
tree | b6129e989d34d9c1ca019ae4ee6d47d85c33364c /pom.xml | |
parent | 74b598291ed2461e0e482f556baf2943a97a54f2 (diff) |
Turn off the Ryuk container1.10.0
Issue-ID: DCAEGEN2-1483
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Ibc7134e9be7bf1f3b8d82e759537db8a5ffc7714
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>
|