Skip to content

Commit

Permalink
re-enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashokaditya committed Oct 22, 2024
1 parent 5ffe226 commit 710fe62
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import {
import { ActionsLogUsersFilter } from './actions_log_users_filter';
import { MANAGEMENT_PATH } from '../../../../../common/constants';

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

0 comments on commit 710fe62

Please sign in to comment.