skip flaky suite (#200777)

This commit is contained in:
Tiago Costa 2024-11-21 19:40:41 +00:00
parent b8c3d1761d
commit 5b59332063
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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[] = [];