From 9b85a3831740452db350fa54fc37ca9a9d938ad3 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 19 Jul 2023 10:35:11 -0600 Subject: [PATCH] Removing skipped from threshold executor --- .../server/lib/rules/threshold/threshold_executor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/observability/server/lib/rules/threshold/threshold_executor.test.ts b/x-pack/plugins/observability/server/lib/rules/threshold/threshold_executor.test.ts index 6a827254cd50d..65ddf2ebb5491 100644 --- a/x-pack/plugins/observability/server/lib/rules/threshold/threshold_executor.test.ts +++ b/x-pack/plugins/observability/server/lib/rules/threshold/threshold_executor.test.ts @@ -124,7 +124,7 @@ const setEvaluationResults = (response: Array>) => { }; // FAILING: https://github.com/elastic/kibana/issues/155534 -describe.skip('The metric threshold alert type', () => { +describe('The metric threshold alert type', () => { describe('querying the entire infrastructure', () => { afterAll(() => clearInstances()); const instanceID = '*';