Skip to content

Commit a75582f

Browse files
authored
Skip flaky test TestClientPublishEventKerberosAware (#21296)
1 parent 15bb49c commit a75582f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libbeat/outputs/elasticsearch/client_integration_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func TestClientPublishEvent(t *testing.T) {
5555
}
5656

5757
func TestClientPublishEventKerberosAware(t *testing.T) {
58+
t.Skip("Flaky test: https://github.com/elastic/beats/issues/21295")
59+
5860
err := setupRoleMapping(t, eslegtest.GetEsKerberosHost())
5961
if err != nil {
6062
t.Fatal(err)

0 commit comments

Comments
 (0)