mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
e3cc2e0cc0
commit
5fc84c427f
1 changed files with 2 additions and 1 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue