From b2585afeb92fc9d21214cf78e5a3f083f0b238f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20=C3=81brah=C3=A1m?= Date: Tue, 16 Jan 2024 11:31:02 +0100 Subject: [PATCH] [ERD Workflows] Reenable endpoint exceptions FTR (#174841) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary closes: - https://github.com/elastic/kibana/issues/173685 - https://github.com/elastic/kibana/issues/173684 - https://github.com/elastic/kibana/issues/173184 - https://github.com/elastic/kibana/issues/173441 flaky runner: - 10x ESS + 10x serverless: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4865 💯 ✅ - 100x ESS +100x serverless: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4869 💯 ✅ > [!caution] > don't forget to revert the `temp` commit ✅ --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../apps/integrations/endpoint_exceptions.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/security_solution_endpoint/apps/integrations/endpoint_exceptions.ts b/x-pack/test/security_solution_endpoint/apps/integrations/endpoint_exceptions.ts index 8647d418a6395..dd927c68593dd 100644 --- a/x-pack/test/security_solution_endpoint/apps/integrations/endpoint_exceptions.ts +++ b/x-pack/test/security_solution_endpoint/apps/integrations/endpoint_exceptions.ts @@ -28,8 +28,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { const unzipPromisify = promisify(unzip); const comboBox = getService('comboBox'); - // FLAKY: https://github.com/elastic/kibana/issues/173184 - describe.skip('Endpoint Exceptions', function () { + describe('Endpoint Exceptions', function () { targetTags(this, ['@ess', '@serverless']); this.timeout(10 * 60_000);