Skip to content

Commit

Permalink
skip flaky suite (elastic#174520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 12, 2024
1 parent 7bee86d commit ba26c1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { MAX_ASSIGNEES_FILTER_LENGTH } from '../../../common/constants';

jest.mock('../../containers/user_profiles/api');

describe('AssigneesFilterPopover', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174520
describe.skip('AssigneesFilterPopover', () => {
let appMockRender: AppMockRenderer;
let defaultProps: AssigneesFilterPopoverProps;

Expand Down

0 comments on commit ba26c1e

Please sign in to comment.