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