Skip to content

Commit

Permalink
disable obmysql IT case
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 29, 2023
1 parent 7c70f04 commit 168b1b3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

import org.apache.commons.lang3.tuple.Pair;

import org.junit.jupiter.api.Disabled;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.output.Slf4jLogConsumer;
import org.testcontainers.containers.wait.strategy.Wait;
Expand All @@ -37,6 +38,7 @@
import java.util.ArrayList;
import java.util.List;

@Disabled("Disabled due to insufficient hardware resources in the CI environment")
public class JdbcOceanBaseMysqlIT extends JdbcOceanBaseITBase {

@Override
Expand Down

0 comments on commit 168b1b3

Please sign in to comment.