Skip to content

Commit

Permalink
skip flaky jest suite (#132398)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 18, 2022
1 parent cae61c2 commit 74b73ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { fireEvent } from '@testing-library/dom';
import { uiQueryParams } from '../../store/selectors';
import { EndpointIndexUIQueryParams } from '../../types';

describe('when rendering the endpoint list `AdminSearchBar`', () => {
// FLAKY: https://github.com/elastic/kibana/issues/132398
describe.skip('when rendering the endpoint list `AdminSearchBar`', () => {
let render: (
urlParams?: EndpointIndexUIQueryParams
) => Promise<ReturnType<AppContextTestRender['render']>>;
Expand Down

0 comments on commit 74b73ad

Please sign in to comment.