There was an error while loading. Please reload this page.
1 parent b8cbb77 commit 661fc01Copy full SHA for 661fc01
1 file changed
flow/e2e/clickhouse_test.go
@@ -2535,6 +2535,10 @@ func (s ClickHouseSuite) Test_NullEngine() {
2535
}
2536
2537
func (s ClickHouseSuite) Test_CoalescingEngine() {
2538
+ // temporarily skip this test to unblock CI until underlying issue with CoalescingMergeTree engine is resolved:
2539
+ // DB::Exception: Too large size (18446464455627382046) passed to allocator. It indicates an error.
2540
+ s.t.Skip("remove me when CoalescingMergeTree issue is fixed")
2541
+
2542
if _, ok := s.source.(*PostgresSource); !ok {
2543
s.t.Skip("relies on random_string UDF")
2544
0 commit comments