From 2dfe86372daadff04fe969d2ea4d93e8539224a0 Mon Sep 17 00:00:00 2001 From: Melissa Alvarez Date: Mon, 15 Jul 2024 16:16:26 -0600 Subject: [PATCH] [ML] Functional tests: unskip forecast flaky test (#187906) ## Summary Fixes https://github.com/elastic/kibana/issues/186091 Backport for https://github.com/elastic/kibana/pull/187795 Investigation indicated something in the testing environment - likely the chrome version. That has been updated since so letting the CI run to confirm Flaky test runner build https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6498 ### Checklist Delete any items that are not applicable to this PR. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed Co-authored-by: Elastic Machine --- x-pack/test/functional/apps/ml/anomaly_detection/forecasts.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/ml/anomaly_detection/forecasts.ts b/x-pack/test/functional/apps/ml/anomaly_detection/forecasts.ts index 34df2cc6800d9..4f97f9f48dcdb 100644 --- a/x-pack/test/functional/apps/ml/anomaly_detection/forecasts.ts +++ b/x-pack/test/functional/apps/ml/anomaly_detection/forecasts.ts @@ -39,8 +39,7 @@ export default function ({ getService }: FtrProviderContext) { const esArchiver = getService('esArchiver'); const ml = getService('ml'); - // Failing: See https://github.com/elastic/kibana/issues/186091 - describe.skip('forecasts', function () { + describe('forecasts', function () { this.tags(['mlqa']); describe('with single metric job', function () {