Skip to content

Commit

Permalink
[chore] Skip flaky test (#11195)
Browse files Browse the repository at this point in the history
Related to
#10927
  • Loading branch information
TylerHelmuth authored Sep 18, 2024
1 parent f0132a9 commit ec4a7f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/e2e/status_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ var nopType = component.MustNewType("nop")
var wg = sync.WaitGroup{}

func Test_ComponentStatusReporting_SharedInstance(t *testing.T) {
t.Skipf("Flaky Test - See https://github.com/open-telemetry/opentelemetry-collector/issues/10927#issuecomment-2343679185")

eventsReceived := make(map[*componentstatus.InstanceID][]*componentstatus.Event)
exporterFactory := exportertest.NewNopFactory()
connectorFactory := connectortest.NewNopFactory()
Expand Down

0 comments on commit ec4a7f1

Please sign in to comment.