File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
exporter/clickhouseexporter Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
+ //go:build integration
5
+ // +build integration
6
+
4
7
package clickhouseexporter
5
8
6
9
import (
@@ -24,10 +27,10 @@ func TestIntegration(t *testing.T) {
24
27
image string
25
28
}{
26
29
// 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
+ // },
31
34
// {
32
35
// name: "test clickhouse 23-alpine",
33
36
// image: "clickhouse/clickhouse-server:23-alpine",
You can’t perform that action at this time.
0 commit comments