From d1402af53c9c43f7eeb0437e1ac0cf5537816c39 Mon Sep 17 00:00:00 2001 From: Kyle Pollich Date: Wed, 29 Nov 2023 14:49:44 -0500 Subject: [PATCH] Unskip HA Kibana fleet test Ref https://github.com/elastic/kibana/issues/142496 --- x-pack/plugins/fleet/server/integration_tests/ha_setup.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/plugins/fleet/server/integration_tests/ha_setup.test.ts b/x-pack/plugins/fleet/server/integration_tests/ha_setup.test.ts index cd20cd62fef79..25ab8fd65ae1f 100644 --- a/x-pack/plugins/fleet/server/integration_tests/ha_setup.test.ts +++ b/x-pack/plugins/fleet/server/integration_tests/ha_setup.test.ts @@ -141,8 +141,7 @@ describe('Fleet setup preconfiguration with multiple instances Kibana', () => { await stopServers(); }); - // FLAKY: https://github.com/elastic/kibana/issues/142496 - describe.skip('preconfiguration setup', () => { + describe('preconfiguration setup', () => { it('sets up Fleet correctly with single Kibana instance', async () => { await addRoots(1); const [root1Start] = await startRoots();