Skip to content

Commit

Permalink
fix(test): Skip flaky test around forcing collector re-registration u…
Browse files Browse the repository at this point in the history
…ntil the root cause is confirmed (#32937)

**Description:** Remove flaky test around forcing collector
re-registration until the root cause is confirmed

**Link to tracking Issue:**
#32785

**Testing:** Unit tests
  • Loading branch information
rnishtala-sumo committed May 9, 2024
1 parent bcc9fe4 commit e57185c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/sumologicextension/extension_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ func TestRegisterEmptyCollectorName(t *testing.T) {
}

func TestRegisterEmptyCollectorNameForceRegistration(t *testing.T) {
t.SkipNow() // Skip this test for now as it is flaky
t.Parallel()

hostname, err := getHostname(zap.NewNop())
Expand Down

0 comments on commit e57185c

Please sign in to comment.