Skip to content

Commit 901cc68

Browse files
#430: Add TimeZoneConfigurationTest Ignore
1 parent 816f2af commit 901cc68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/jvm/test/testcontainers/TimeZoneConfigurationTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
package testcontainers
77

8+
import org.junit.Ignore
89
import org.junit.jupiter.api.BeforeAll
910
import org.testcontainers.junit.jupiter.Container
1011
import org.testcontainers.junit.jupiter.Testcontainers
@@ -14,6 +15,7 @@ import org.junit.jupiter.api.TestInstance.Lifecycle.PER_CLASS
1415
import org.slf4j.LoggerFactory
1516
import org.testcontainers.containers.Container.ExecResult
1617

18+
@Ignore
1719
@Testcontainers(disabledWithoutDocker = true)
1820
@TestInstance(PER_CLASS)
1921
class TimeZoneConfigurationTest {

0 commit comments

Comments
 (0)