We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bdf0f commit 1015281Copy full SHA for 1015281
receiver/kafkametricsreceiver/integration_test.go
@@ -26,6 +26,8 @@ const (
26
)
27
28
func TestIntegration(t *testing.T) {
29
+ t.Skip("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/26293")
30
+
31
uid := fmt.Sprintf("-%s", uuid.NewString())
32
networkName := "kafka-network" + uid
33
zkContainerName := "zookeeper" + uid
0 commit comments