Skip to content

Commit

Permalink
bulker: disable tests for CH http protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Jun 14, 2024
1 parent 20c0cbf commit 5c38c4c
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 @@ -27,7 +27,7 @@ var constantTime = timestamp.MustParseTime(time.RFC3339Nano, "2022-08-18T14:17:2
const forceLeaveResultingTables = false

var allBulkerConfigs = []string{BigqueryBulkerTypeId, RedshiftBulkerTypeId, RedshiftBulkerTypeId + "_serverless", SnowflakeBulkerTypeId, PostgresBulkerTypeId,
MySQLBulkerTypeId, ClickHouseBulkerTypeId, ClickHouseBulkerTypeId + "_cluster", ClickHouseBulkerTypeId + "_cluster_noshards"}
MySQLBulkerTypeId, ClickHouseBulkerTypeId, ClickHouseBulkerTypeId + "_cluster"} //, ClickHouseBulkerTypeId + "_cluster_noshards"}

var exceptBigquery []string

Expand Down

0 comments on commit 5c38c4c

Please sign in to comment.