We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bb49c commit a75582fCopy full SHA for a75582f
libbeat/outputs/elasticsearch/client_integration_test.go
@@ -55,6 +55,8 @@ func TestClientPublishEvent(t *testing.T) {
55
}
56
57
func TestClientPublishEventKerberosAware(t *testing.T) {
58
+ t.Skip("Flaky test: https://github.com/elastic/beats/issues/21295")
59
+
60
err := setupRoleMapping(t, eslegtest.GetEsKerberosHost())
61
if err != nil {
62
t.Fatal(err)
0 commit comments