mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#200819)
This commit is contained in:
parent
2f62cdebfc
commit
eb7edd3ce4
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue