We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8c476 commit 64d6162Copy full SHA for 64d6162
src/test/java/org/springframework/integration/aws/kinesis/KplKclIntegrationTests.java
@@ -26,7 +26,9 @@
26
import org.junit.jupiter.api.AfterAll;
27
import org.junit.jupiter.api.BeforeAll;
28
import org.junit.jupiter.api.Test;
29
+import org.junit.jupiter.api.condition.DisabledOnOs;
30
import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
31
+import org.junit.jupiter.api.condition.OS;
32
import org.junit.jupiter.api.extension.ExtendWith;
33
34
import org.springframework.beans.factory.annotation.Autowired;
@@ -70,6 +72,7 @@
70
72
*
71
73
* @since 1.1
74
*/
75
+@DisabledOnOs(OS.WINDOWS)
76
@SpringJUnitConfig
77
@EnabledIfEnvironmentVariable(named = EnvironmentHostNameResolver.DOCKER_HOST_NAME, matches = ".+")
78
@ExtendWith(LocalstackDockerExtension.class)
0 commit comments