Skip to content

Commit

Permalink
Skip flaky test TestClientPublishEventKerberosAware (#21296) (#22627)
Browse files Browse the repository at this point in the history
(cherry picked from commit a75582f)
  • Loading branch information
jsoriano authored Nov 18, 2020
1 parent 0902de1 commit f98a26b
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 f98a26b

Please sign in to comment.