From e10b330bc00b18bdae118021092a24fbcbb59df3 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 11 Oct 2024 17:06:47 -0500 Subject: [PATCH] skip failing test suite (#192997, #190270) --- .../components/case_settings/sync_alerts_switch.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx b/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx index 711aa27a3bb1a..ca08c053c5bc2 100644 --- a/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx +++ b/x-pack/plugins/cases/public/components/case_settings/sync_alerts_switch.test.tsx @@ -13,7 +13,9 @@ import { createAppMockRenderer } from '../../common/mock'; import { SyncAlertsSwitch } from './sync_alerts_switch'; -describe('SyncAlertsSwitch', () => { +// Failing: See https://github.com/elastic/kibana/issues/192997 +// Failing: See https://github.com/elastic/kibana/issues/190270 +describe.skip('SyncAlertsSwitch', () => { let appMockRender: AppMockRenderer; beforeEach(() => {