-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip flaky test TestClientPublishEventKerberosAware #21296
Skip flaky test TestClientPublishEventKerberosAware #21296
Conversation
Pinging @elastic/integrations (Team:Integrations) |
Pinging @elastic/integrations-services (Team:Services) |
@@ -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") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
20 fails of 20 builds it is not flaky is broken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should skip it in any case by now.
* upstream/master: Skip flaky test TestClientPublishEventKerberosAware (elastic#21296) [CI] Enable macOS builds for branches/tags (elastic#21323) [CI] refactor runbld post build action (elastic#21256) [CI] cherry-pick elastic#20891 (elastic#21314)
(cherry picked from commit a75582f)
…erosAware (#22525) (cherry picked from commit a75582f) Co-authored-by: Jaime Soriano Pastor <[email protected]>
(cherry picked from commit a75582f)
It is frequently failing, more info here: #21295