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 ac57fe2 commit fb9a1a5
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{PostgresBulkerTypeId}
//allBulkerConfigs = []string{PostgresBulkerTypeId}

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

0 comments on commit fb9a1a5

Please sign in to comment.