Skip to content

Commit

Permalink
skip flaky suite (#189004)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 25, 2024
1 parent 66401c6 commit f6c498c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jest.mock('../hooks', () => ({
}),
}));

describe('ManageAgentPoliciesModal', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189004
describe.skip('ManageAgentPoliciesModal', () => {
let testRenderer: TestRenderer;
const mockOnClose = jest.fn();
const mockPolicies = [{ name: 'Test policy', revision: 2, id: 'policy1' }] as AgentPolicy[];
Expand Down

0 comments on commit f6c498c

Please sign in to comment.