diff --git a/x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/tests/timeline_details.ts b/x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/tests/timeline_details.ts index bcca8a30a3df0..dcfe8ec233e0a 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/tests/timeline_details.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/investigation/timeline/tests/timeline_details.ts @@ -35,8 +35,7 @@ export default function ({ getService }: FtrProviderContextWithSpaces) { let supertest: TestAgent; let search: SearchService; - // FLAKY: https://github.com/elastic/kibana/issues/199432 - describe.skip('@skipInServerless Timeline Details', () => { + describe('@skipInServerless Timeline Details', () => { before(async () => { supertest = await utils.createSuperTest(); search = await utils.createSearch();