From 7a22f1f614576cd862d1b6859eb1445d8eefa5bb Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 26 Apr 2024 23:21:19 +0100 Subject: [PATCH] skip flaky suite (#177334) --- .../cases/public/components/all_cases/status_filter.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx b/x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx index e544cc905cf72a..d1bb46c7b87172 100644 --- a/x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx +++ b/x-pack/plugins/cases/public/components/all_cases/status_filter.test.tsx @@ -19,7 +19,8 @@ const LABELS = { inProgress: i18n.STATUS_IN_PROGRESS, }; -describe('StatusFilter', () => { +// FLAKY: https://github.com/elastic/kibana/issues/177334 +describe.skip('StatusFilter', () => { const onChange = jest.fn(); const defaultProps = { selectedOptionKeys: [],