Skip to content

Commit

Permalink
[receiver/kafkametrics] skip flaky test (open-telemetry#29317)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored and aishyandapalli committed Nov 17, 2023
1 parent ca7496b commit fd945fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions receiver/kafkametricsreceiver/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const (
)

func TestIntegration(t *testing.T) {
t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26293")

uid := fmt.Sprintf("-%s", uuid.NewString())
networkName := "kafka-network" + uid
zkContainerName := "zookeeper" + uid
Expand Down

0 comments on commit fd945fe

Please sign in to comment.