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 816f2af commit 901cc68Copy full SHA for 901cc68
core/jvm/test/testcontainers/TimeZoneConfigurationTest.kt
@@ -5,6 +5,7 @@
5
6
package testcontainers
7
8
+import org.junit.Ignore
9
import org.junit.jupiter.api.BeforeAll
10
import org.testcontainers.junit.jupiter.Container
11
import org.testcontainers.junit.jupiter.Testcontainers
@@ -14,6 +15,7 @@ import org.junit.jupiter.api.TestInstance.Lifecycle.PER_CLASS
14
15
import org.slf4j.LoggerFactory
16
import org.testcontainers.containers.Container.ExecResult
17
18
+@Ignore
19
@Testcontainers(disabledWithoutDocker = true)
20
@TestInstance(PER_CLASS)
21
class TimeZoneConfigurationTest {
0 commit comments