From bb1e61e0f6fb288bdb8db9a98b63507f1b6f1473 Mon Sep 17 00:00:00 2001 From: Brad White Date: Tue, 1 Oct 2024 16:45:45 -0600 Subject: [PATCH] Skip failing test suite (#193103) --- .../timelines/components/timeline/tabs/query/index.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query/index.test.tsx b/x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query/index.test.tsx index 4f879ce52b310..8f6540f54eaf1 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query/index.test.tsx +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/tabs/query/index.test.tsx @@ -137,7 +137,8 @@ describe('Timeline', () => { }; }); - describe('rendering', () => { + // Failing: see https://github.com/elastic/kibana/issues/193103 + describe.skip('rendering', () => { let spyCombineQueries: jest.SpyInstance; beforeEach(() => {