mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#207384)
This commit is contained in:
parent
c63bdb6baa
commit
ce853fc391
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue