From 8002ba22275e9a0469ff7339cca8aa7dfaedc953 Mon Sep 17 00:00:00 2001 From: neptunian Date: Thu, 16 Jul 2020 22:25:29 -0400 Subject: [PATCH] unskip fleet_unenroll_agent --- x-pack/test/api_integration/apis/fleet/unenroll_agent.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/api_integration/apis/fleet/unenroll_agent.ts b/x-pack/test/api_integration/apis/fleet/unenroll_agent.ts index 4e1443ad1fc688..bc6c44e590cc4a 100644 --- a/x-pack/test/api_integration/apis/fleet/unenroll_agent.ts +++ b/x-pack/test/api_integration/apis/fleet/unenroll_agent.ts @@ -16,8 +16,7 @@ export default function (providerContext: FtrProviderContext) { const supertest = getService('supertest'); const esClient = getService('es'); - // FLAKY: https://github.com/elastic/kibana/issues/64696 - describe.skip('fleet_unenroll_agent', () => { + describe('fleet_unenroll_agent', () => { let accessAPIKeyId: string; let outputAPIKeyId: string; before(async () => {