Skip to content

Commit

Permalink
[chore] skip flaky test (#34120)
Browse files Browse the repository at this point in the history
Related to
#33998
  • Loading branch information
songy23 authored Jul 16, 2024
1 parent ab9cc24 commit ed3a56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/servicegraphconnector/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
Expand Down

0 comments on commit ed3a56a

Please sign in to comment.