From 9dc9faa63fef3affd83ca3ee186b9c3ef68b3f77 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Thu, 31 Mar 2022 09:56:00 -0400 Subject: [PATCH] [Fleet] Enable fleet preconfiguration test (#128973) (cherry picked from commit 30ca2f5c50f0603750cf229d36d6de76ededf3d5) --- .../server/integration_tests/cloud_preconfiguration.test.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x-pack/plugins/fleet/server/integration_tests/cloud_preconfiguration.test.ts b/x-pack/plugins/fleet/server/integration_tests/cloud_preconfiguration.test.ts index 5fa3bb118b0ed..f3a4e045d042d 100644 --- a/x-pack/plugins/fleet/server/integration_tests/cloud_preconfiguration.test.ts +++ b/x-pack/plugins/fleet/server/integration_tests/cloud_preconfiguration.test.ts @@ -18,8 +18,7 @@ import { CLOUD_KIBANA_CONFIG } from './fixtures/cloud_kibana_config'; const logFilePath = Path.join(__dirname, 'logs.log'); -// FLAKY: https://github.com/elastic/kibana/issues/127076 -describe.skip('Fleet preconfiguration reset', () => { +describe('Fleet preconfiguration reset', () => { let esServer: kbnTestServer.TestElasticsearchUtils; let kbnServer: kbnTestServer.TestKibanaUtils; @@ -108,8 +107,7 @@ describe.skip('Fleet preconfiguration reset', () => { await stopServers(); }); - // FLAKY: https://github.com/elastic/kibana/issues/127077 - describe.skip('Preconfigred cloud policy', () => { + describe('Preconfigred cloud policy', () => { it('Works and preconfigure correctly agent policies', async () => { const agentPolicies = await kbnServer.coreStart.savedObjects .createInternalRepository()