Skip to content

Commit

Permalink
Skip flaky test TestClientPublishEventKerberosAware (elastic#21296)
Browse files Browse the repository at this point in the history
(cherry picked from commit a75582f)
  • Loading branch information
jsoriano committed Nov 17, 2020
1 parent 12e5591 commit cb4ff3c
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 cb4ff3c

Please sign in to comment.