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}, }