From 331388f9d0d841f2210ed89aa834a7174f4ce630 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 19 Oct 2022 17:28:27 -0700 Subject: [PATCH] Revert "Skip flaky test #143718" This reverts commit 1d7c0842b7115ebf56379a5fcbd8a3ed851cb1b4. --- .../public/timelines/components/timeline/body/index.test.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 cffa38e3435b5..d6297d1f0b3f6 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,8 +129,7 @@ jest.mock('../../fields_browser/create_field_button', () => ({ useCreateFieldButton: () => <>, })); -// SKIP: https://github.com/elastic/kibana/issues/143718 -describe.skip('Body', () => { +describe('Body', () => { const mount = useMountAppended(); const mockRefetch = jest.fn(); let appToastsMock: jest.Mocked>;