Skip to content

Commit

Permalink
Cherry-pick #21296 to 7.x: Skip flaky test TestClientPublishEventKerb…
Browse files Browse the repository at this point in the history
…erosAware (#22525)

(cherry picked from commit a75582f)

Co-authored-by: Jaime Soriano Pastor <[email protected]>
  • Loading branch information
Steffen Siering and jsoriano authored Nov 10, 2020
1 parent e32c2a2 commit 91461bb
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 91461bb

Please sign in to comment.