Skip to content

Commit

Permalink
[totfix][e2e] Temporarily disable clickhouse testing (apache#3181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored and zhouyao committed Oct 27, 2022
1 parent 2bc000f commit a4f9988
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.TestTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -73,6 +74,7 @@

import scala.Tuple2;

@Disabled("Temporary fast fix, reason1: Transactions are not supported. reason2: Invalid boolean value, should be true or false controlled by setting bool_true_representation and bool_false_representation")
public class ClickhouseIT extends TestSuiteBase implements TestResource {
private static final Logger LOG = LoggerFactory.getLogger(ClickhouseIT.class);
private static final String CLICKHOUSE_DOCKER_IMAGE = "yandex/clickhouse-server:latest";
Expand Down

0 comments on commit a4f9988

Please sign in to comment.