From 1ecc3166b302b8cfcf2e10b5af86b8347e40de88 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 16 Jul 2024 18:33:23 -0400 Subject: [PATCH] [chore] skip flaky test --- 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}, }