skip failing suite (#205987)

This commit is contained in:
Alex Szabo 2025-02-14 15:33:43 +01:00
parent 67163cb802
commit c44580f38a

View file

@ -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/205987
describe.skip('Configure ', () => {
const onSubmit = jest.fn();
beforeEach(() => {