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())