From 1ba788620ea988acd6f49afcd696163508aab9ca Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 27 Sep 2024 11:21:11 -0500 Subject: [PATCH] skip failing test suite (#192798) --- .../custom_fields/global_data_tags_table.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/custom_fields/global_data_tags_table.test.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/custom_fields/global_data_tags_table.test.tsx index b16b6fc0c14cf..c99724a803226 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/custom_fields/global_data_tags_table.test.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/components/agent_policy_advanced_fields/custom_fields/global_data_tags_table.test.tsx @@ -26,7 +26,8 @@ const TEST_IDS = { VALUE_INPUT: 'globalDataTagsValueInput', }; -describe('GlobalDataTagsTable', () => { +// Failing: See https://github.com/elastic/kibana/issues/192798 +describe.skip('GlobalDataTagsTable', () => { let renderResult: RenderResult; let mockUpdateAgentPolicy: jest.Mock; const globalDataTags: GlobalDataTag[] = [