From ac636b5cc8dacdde4e5306b6312b21149b148609 Mon Sep 17 00:00:00 2001 From: Julia Bardi <90178898+juliaElastic@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:25:50 +0100 Subject: [PATCH] unskip data stream test --- .../test/serverless/api_integration/test_suites/fleet/fleet.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/solutions/security/test/serverless/api_integration/test_suites/fleet/fleet.ts b/x-pack/solutions/security/test/serverless/api_integration/test_suites/fleet/fleet.ts index 9573af94a2573..1e4d8e8f6a378 100644 --- a/x-pack/solutions/security/test/serverless/api_integration/test_suites/fleet/fleet.ts +++ b/x-pack/solutions/security/test/serverless/api_integration/test_suites/fleet/fleet.ts @@ -228,8 +228,7 @@ export default function (ctx: FtrProviderContext) { }); }); - // unskip when https://github.com/elastic/kibana-team/issues/3020 is fixed - it.skip('it works', async () => { + it('it works', async () => { const { body, status } = await supertestWithoutAuth .get('/api/fleet/data_streams') .set(svlCommonApi.getInternalRequestHeader())