Skip to content

Commit

Permalink
skip flaky suite (elastic#200777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 771c4c0 commit 584fb8d
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 type { AgentPolicy } from '../../types';

import { AgentPolicySelection } from '.';

describe('step select agent policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200777
describe.skip('step select agent policy', () => {
let testRenderer: TestRenderer;
let renderResult: ReturnType<typeof testRenderer.render>;
let agentPolicies: AgentPolicy[] = [];
Expand Down

0 comments on commit 584fb8d

Please sign in to comment.