Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jan 24, 2025
1 parent 75f5c4d commit 3a6d7a1
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 @@ -58,7 +58,7 @@ var clickhouseClusterContainerNoShards *clickhouse_noshards.ClickHouseClusterCon

func init() {
//uncomment to run tests locally with just one bulker type
allBulkerConfigs = []string{PostgresBulkerTypeId}
//allBulkerConfigs = []string{PostgresBulkerTypeId}

if utils.ArrayContains(allBulkerConfigs, BigqueryBulkerTypeId) {
bigqueryConfig := os.Getenv("BULKER_TEST_BIGQUERY")
Expand Down

0 comments on commit 3a6d7a1

Please sign in to comment.