Skip to content

Commit

Permalink
skip flaky suite (#127077)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 29, 2022
1 parent 99ec409 commit 569e4e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ describe.skip('Fleet preconfiguration reset', () => {
await stopServers();
});

describe('Preconfigred cloud policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/127077
describe.skip('Preconfigred cloud policy', () => {
it('Works and preconfigure correctly agent policies', async () => {
const agentPolicies = await kbnServer.coreStart.savedObjects
.createInternalRepository()
Expand Down

0 comments on commit 569e4e8

Please sign in to comment.