Skip to content

Commit

Permalink
Merge pull request #727 from Altinity/fix_integration_tests_jul
Browse files Browse the repository at this point in the history
Disable TableOperationsIT
  • Loading branch information
subkanthi authored Jul 30, 2024
2 parents ebaf3d6 + 7031997 commit 9796379
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.apache.log4j.BasicConfigurator;
import org.junit.Assert;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
Expand All @@ -28,6 +29,7 @@

@Testcontainers
@DisplayName("Integration Test that validates DDL(Create, ALTER, RENAME) on Clickhouse 22.3 and latest docker tags")
@Disabled
public class TableOperationsIT {
protected MySQLContainer mySqlContainer;
static ClickHouseContainer clickHouseContainer;
Expand Down

0 comments on commit 9796379

Please sign in to comment.