Skip to content

Commit

Permalink
skip flaky suite (elastic#200819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 2, 2024
1 parent 2f62cde commit eb7edd3
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 { OutputsForAgentPolicy } from '../../../../../../../common/types';

import { AgentPolicyOutputsSummary } from './agent_policy_outputs_summary';

describe('MultipleAgentPolicySummaryLine', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200819
describe.skip('MultipleAgentPolicySummaryLine', () => {
let testRenderer: TestRenderer;
const outputsForPolicy: OutputsForAgentPolicy = {
agentPolicyId: 'policy-1',
Expand Down

0 comments on commit eb7edd3

Please sign in to comment.