Skip to content

Commit

Permalink
Skip flaky test TestClientPublishEventKerberosAware (#21296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Sep 28, 2020
1 parent 15bb49c commit a75582f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libbeat/outputs/elasticsearch/client_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func TestClientPublishEvent(t *testing.T) {
}

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

err := setupRoleMapping(t, eslegtest.GetEsKerberosHost())
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit a75582f

Please sign in to comment.