Skip to content

Commit

Permalink
Skip flaky autodiscover test (elastic#23320) (elastic#23343)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Jan 5, 2021
1 parent 0bb056c commit bf0fb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbeat/autodiscover/autodiscover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ func TestAutodiscoverWithConfigCheckFailures(t *testing.T) {
}

func TestAutodiscoverWithMutlipleEntries(t *testing.T) {
t.Skip("Flaky test: https://github.com/elastic/beats/issues/23319")

goroutines := resources.NewGoroutinesChecker()
defer goroutines.Check(t)

Expand Down

0 comments on commit bf0fb8d

Please sign in to comment.