From b686240837280f5ce5506ac11faad62580de5dde Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Mon, 12 Feb 2024 16:23:21 -0600 Subject: [PATCH] skip failing test suite (#176600) --- .../public/components/custom_fields/text/configure.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx b/x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx index 455163f225a2b..29d3f4268443a 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/text/configure.test.tsx @@ -12,7 +12,8 @@ import userEvent from '@testing-library/user-event'; import { FormTestComponent } from '../../../common/test_utils'; import { Configure } from './configure'; -describe('Configure ', () => { +// Failing: See https://github.com/elastic/kibana/issues/176600 +describe.skip('Configure ', () => { const onSubmit = jest.fn(); beforeEach(() => {