Skip to content

Commit

Permalink
skip flaky suite (elastic#207384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 22, 2025
1 parent c63bdb6 commit ce853fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const wrapper: FC<PropsWithChildren<unknown>> = ({ children }) => (
<TestProviders>{children}</TestProviders>
);

describe('useGetCaseMetrics', () => {
// FLAKY: https://github.com/elastic/kibana/issues/207384
describe.skip('useGetCaseMetrics', () => {
const abortCtrl = new AbortController();
const features: SingleCaseMetricsFeature[] = [CaseMetricsFeature.ALERTS_COUNT];

Expand Down

0 comments on commit ce853fc

Please sign in to comment.