From ed3a56aec16821cf89f4e1da9aa9eb689f016331 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 16 Jul 2024 18:52:56 -0400 Subject: [PATCH] [chore] skip flaky test (#34120) Related to https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33998 --- connector/servicegraphconnector/connector_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/connector/servicegraphconnector/connector_test.go b/connector/servicegraphconnector/connector_test.go index 2eb9749207c9..1599619e9e66 100644 --- a/connector/servicegraphconnector/connector_test.go +++ b/connector/servicegraphconnector/connector_test.go @@ -94,6 +94,7 @@ func TestConnectorConsume(t *testing.T) { assert.NoError(t, conn.Shutdown(context.Background())) }) t.Run("test fix failed label not work", func(t *testing.T) { + t.Skip("https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33998 skip flaky test") cfg := &Config{ Store: StoreConfig{MaxItems: 10}, }