From 34cb733c196b0ff517f537d992a9ec4a83a4df7a Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 26 Sep 2024 14:33:21 -0500 Subject: [PATCH] skip failing test suite (#176600, #193918) --- .../public/components/custom_fields/toggle/configure.test.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx b/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx index 7c39e40eaa653..cefa0c82a64a0 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/toggle/configure.test.tsx @@ -13,7 +13,9 @@ import { FormTestComponent } from '../../../common/test_utils'; import * as i18n from '../translations'; import { Configure } from './configure'; -describe('Configure ', () => { +// Failing: See https://github.com/elastic/kibana/issues/176600 +// Failing: See https://github.com/elastic/kibana/issues/193918 +describe.skip('Configure ', () => { const onSubmit = jest.fn(); beforeEach(() => {