Skip to content

Commit

Permalink
remove local integration test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Aug 30, 2024
1 parent d93fb6d commit 590df1e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions exporter/clickhouseexporter/integration_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0

//go:build integration
// +build integration

package clickhouseexporter

import (
Expand All @@ -24,10 +27,10 @@ func TestIntegration(t *testing.T) {
image string
}{
// TODO: Skipping due to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32530
{
name: "test clickhouse 24-alpine",
image: "clickhouse/clickhouse-server:24-alpine",
},
// {
// name: "test clickhouse 24-alpine",
// image: "clickhouse/clickhouse-server:24-alpine",
// },
// {
// name: "test clickhouse 23-alpine",
// image: "clickhouse/clickhouse-server:23-alpine",
Expand Down

0 comments on commit 590df1e

Please sign in to comment.