mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#206366)
This commit is contained in:
parent
8a4f528dda
commit
2c28139f45
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import type { AppMockRenderer } from '../../common/mock';
|
|||
import { createAppMockRenderer } from '../../common/mock';
|
||||
import { TableSearch } from './search';
|
||||
|
||||
describe('TableSearch', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/206366
|
||||
describe.skip('TableSearch', () => {
|
||||
const onFilterOptionsChange = jest.fn();
|
||||
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue