diff --git a/x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/tests/tls.ts b/x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/tests/tls.ts index f4ead50ced3e9..afd14781de272 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/tests/tls.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/explore/network/trial_license_complete_tier/tests/tls.ts @@ -93,7 +93,6 @@ export default function ({ getService }: FtrProviderContextWithSpaces) { let search: SearchService; // FLAKY: https://github.com/elastic/kibana/issues/199379 // FLAKY: https://github.com/elastic/kibana/issues/199433 - // FLAKY: https://github.com/elastic/kibana/issues/199410 describe.skip('Tls Test', () => { before(async () => { supertest = await utils.createSuperTest();