diff --git a/bulkerlib/implementations/sql/bulker_test.go b/bulkerlib/implementations/sql/bulker_test.go index c2c0695..99bc421 100644 --- a/bulkerlib/implementations/sql/bulker_test.go +++ b/bulkerlib/implementations/sql/bulker_test.go @@ -57,7 +57,7 @@ var clickhouseClusterContainerNoShards *clickhouse_noshards.ClickHouseClusterCon func init() { //uncomment to run tests locally with just one bulker type - allBulkerConfigs = []string{ClickHouseBulkerTypeId + "_cluster_noshards"} + //allBulkerConfigs = []string{PostgresBulkerTypeId} if utils.ArrayContains(allBulkerConfigs, BigqueryBulkerTypeId) { bigqueryConfig := os.Getenv("BULKER_TEST_BIGQUERY")