mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#133470)
This commit is contained in:
parent
0bda7f3b7e
commit
7a74c24d00
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ describe('Fleet preconfiguration reset', () => {
|
|||
expect(agentPolicies.saved_objects.find((so) => so.id === 'default-policy')).toBeDefined();
|
||||
});
|
||||
|
||||
it('Create correct .fleet-policies', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/133470
|
||||
it.skip('Create correct .fleet-policies', async () => {
|
||||
const res = await kbnServer.coreStart.elasticsearch.client.asInternalUser.search({
|
||||
index: AGENT_POLICY_INDEX,
|
||||
q: `policy_id:policy-elastic-agent-on-cloud`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue