Skip to content

Commit

Permalink
skip flaky suite (elastic#200786)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Jan 10, 2025
1 parent aaa903b commit b0e8d48
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 { MultipleAgentPoliciesSummaryLine } from './multiple_agent_policy_summary_line';

describe('MultipleAgentPolicySummaryLine', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200786
describe.skip('MultipleAgentPolicySummaryLine', () => {
let testRenderer: TestRenderer;

const render = (agentPolicies: AgentPolicy[]) =>
Expand Down

0 comments on commit b0e8d48

Please sign in to comment.