Skip to content

Commit 656c107

Browse files
committed
test: Disabled mysql on linux
1 parent f632856 commit 656c107

File tree

1 file changed

+3
-0
lines changed
  • core/redis-smart-cache-jdbc/src/test/java/com/redis/smartcache/jdbc

1 file changed

+3
-0
lines changed

core/redis-smart-cache-jdbc/src/test/java/com/redis/smartcache/jdbc/MySQLTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import org.junit.jupiter.api.Assertions;
1515
import org.junit.jupiter.api.BeforeAll;
1616
import org.junit.jupiter.api.Test;
17+
import org.junit.jupiter.api.condition.DisabledOnOs;
18+
import org.junit.jupiter.api.condition.OS;
1719
import org.testcontainers.containers.JdbcDatabaseContainer;
1820
import org.testcontainers.containers.MySQLContainer;
1921
import org.testcontainers.junit.jupiter.Container;
@@ -26,6 +28,7 @@
2628
import com.redis.smartcache.core.config.Config;
2729

2830
@SuppressWarnings("unchecked")
31+
@DisabledOnOs(value = OS.LINUX)
2932
class MySQLTests extends AbstractIntegrationTests {
3033

3134
@Container

0 commit comments

Comments
 (0)