Skip to content

Commit

Permalink
skip flaky suite (elastic#206366)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and drewdaemon committed Feb 6, 2025
1 parent f18c777 commit e156b9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e156b9e

Please sign in to comment.