Skip to content

Commit

Permalink
tests workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jul 17, 2024
1 parent 797895d commit 262f143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulkerlib/implementations/sql/bulker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 262f143

Please sign in to comment.