You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 kinds of flake are disabled in this PR:
- Pure flaky (pass locally but failed occasionally in CI), in `RequestLogHandlerIntegrationTest#test_CustomRequestLog_registeredToCorrectListener` and `MetricsResourceMethodApplicationListenerIntegrationTest#testMetricLatencySloSlaEnabled`
- CI builder/upstream behaviour change (also pass locally and there isn't easy way to reproduce locally), in `Http2FipsTest`, CI was running all fine until this [build](https://semaphore.ci.confluent.io/workflows/6430372a-191f-4058-ae34-fb5d6786076c?pipeline_id=60c5681c-7fb5-429c-9dd7-444de133f38b), when all of a sudden, it starts to fail consistently. There is no change to rest-utils, so the suspect could be CI env change or upstream change.
Created a JIRA (in Disabled tag) to resolve those flaky tests.
0 commit comments