[CI] skipping jest test (#187769)

## Summary
Manually skipping, because /skip didn't work
https://github.com/elastic/kibana/issues/187714
This commit is contained in:
Alex Szabo 2024-07-08 18:11:45 +02:00 committed by GitHub
parent e3cc2e0cc0
commit 5fc84c427f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,8 @@ import userEvent from '@testing-library/user-event';
import { FieldNameSearch, type FieldNameSearchProps } from './field_name_search';
import { render, screen, waitFor } from '@testing-library/react';
describe('UnifiedFieldList <FieldNameSearch />', () => {
// Flaky: https://github.com/elastic/kibana/issues/187714
describe.skip('UnifiedFieldList <FieldNameSearch />', () => {
it('should render correctly', async () => {
const props: FieldNameSearchProps = {
nameFilter: '',