From 78a6a248efa44ebcaa5a10438f013d3a0b1e0a84 Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Tue, 24 Oct 2023 13:13:21 -0400 Subject: [PATCH] [Fleet] Re-enable fleet flaky serverless tests (#169662) --- .../api_integration/test_suites/observability/fleet/fleet.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/fleet/fleet.ts b/x-pack/test_serverless/api_integration/test_suites/observability/fleet/fleet.ts index a574ff390952b..24f5e9cde9177 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/fleet/fleet.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/fleet/fleet.ts @@ -12,8 +12,7 @@ export default function ({ getService }: FtrProviderContext) { const svlCommonApi = getService('svlCommonApi'); const supertest = getService('supertest'); - // FLAKY: https://github.com/elastic/kibana/issues/167795 - describe.skip('fleet', function () { + describe('fleet', function () { it('rejects request to create a new fleet server hosts', async () => { const { body, status } = await supertest .post('/api/fleet/fleet_server_hosts')