From 1d7c0842b7115ebf56379a5fcbd8a3ed851cb1b4 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 19 Oct 2022 17:26:10 -0700 Subject: [PATCH] Skip flaky test #143718 Signed-off-by: Tyler Smalley --- .../public/timelines/components/timeline/body/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx index d6297d1f0b3f6..cffa38e3435b5 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx @@ -129,7 +129,8 @@ jest.mock('../../fields_browser/create_field_button', () => ({ useCreateFieldButton: () => <>, })); -describe('Body', () => { +// SKIP: https://github.com/elastic/kibana/issues/143718 +describe.skip('Body', () => { const mount = useMountAppended(); const mockRefetch = jest.fn(); let appToastsMock: jest.Mocked>;