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 0997f9ad0f07b..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 @@ -92,6 +92,7 @@ export default function ({ getService }: FtrProviderContextWithSpaces) { let supertest: TestAgent; let search: SearchService; // FLAKY: https://github.com/elastic/kibana/issues/199379 + // FLAKY: https://github.com/elastic/kibana/issues/199433 describe.skip('Tls Test', () => { before(async () => { supertest = await utils.createSuperTest();