From e48dde689b8eb81819b588b68d842fdc1280cf48 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 8 Nov 2024 21:37:21 +0000 Subject: [PATCH] Revert "skip flaky suite (#199364)" This reverts commit 63632a68fda6f72515d0721d4dd60ad758fcc7de. --- .../trial_license_complete_tier/tests/overview_network.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/tests/overview_network.ts b/x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/tests/overview_network.ts index 04fdce9791a26..5d2fc9c5aafdd 100644 --- a/x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/tests/overview_network.ts +++ b/x-pack/test/security_solution_api_integration/test_suites/explore/overview/trial_license_complete_tier/tests/overview_network.ts @@ -65,8 +65,7 @@ export default function ({ getService }: FtrProviderContextWithSpaces) { }); }); - // FLAKY: https://github.com/elastic/kibana/issues/199364 - describe.skip('With packetbeat', () => { + describe('With packetbeat', () => { before(async () => { supertest = await utils.createSuperTest(); search = await utils.createSearch();