mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#208415)
This commit is contained in:
parent
1afe5ce2dd
commit
3efb101622
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import userEvent from '@testing-library/user-event';
|
|||
import { customFieldsConfigurationMock } from '../../containers/mock';
|
||||
import type { FormState } from '../configure_cases/flyout';
|
||||
|
||||
describe('CustomFieldsForm ', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/208415
|
||||
describe.skip('CustomFieldsForm ', () => {
|
||||
let appMockRender: AppMockRenderer;
|
||||
const onChange = jest.fn();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue