Skip to content

Commit 590df1e

Browse files
committed
remove local integration test changes
1 parent d93fb6d commit 590df1e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

exporter/clickhouseexporter/integration_test.go

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright The OpenTelemetry Authors
22
// SPDX-License-Identifier: Apache-2.0
33

4+
//go:build integration
5+
// +build integration
6+
47
package clickhouseexporter
58

69
import (
@@ -24,10 +27,10 @@ func TestIntegration(t *testing.T) {
2427
image string
2528
}{
2629
// TODO: Skipping due to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32530
27-
{
28-
name: "test clickhouse 24-alpine",
29-
image: "clickhouse/clickhouse-server:24-alpine",
30-
},
30+
// {
31+
// name: "test clickhouse 24-alpine",
32+
// image: "clickhouse/clickhouse-server:24-alpine",
33+
// },
3134
// {
3235
// name: "test clickhouse 23-alpine",
3336
// image: "clickhouse/clickhouse-server:23-alpine",

0 commit comments

Comments
 (0)