Skip to content

Commit

Permalink
skip flaky suite (elastic#193554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and paulinashakirova committed Nov 26, 2024
1 parent bc71141 commit b712334
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
import { ActionsLogUsersFilter } from './actions_log_users_filter';
import { MANAGEMENT_PATH } from '../../../../../common/constants';

describe('Users filter', () => {
// FLAKY: https://github.com/elastic/kibana/issues/193554
describe.skip('Users filter', () => {
let render: (
props?: React.ComponentProps<typeof ActionsLogUsersFilter>
) => ReturnType<AppContextTestRender['render']>;
Expand Down

0 comments on commit b712334

Please sign in to comment.