From c5dd6ba93d13c8499187276d2bc9c8bc85f71d99 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Thu, 25 Jan 2024 00:28:19 +0000 Subject: [PATCH] skip flaky suite (#175443) --- .../apps/ml/short_tests/model_management/model_list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/ml/short_tests/model_management/model_list.ts b/x-pack/test/functional/apps/ml/short_tests/model_management/model_list.ts index c1c32114ea23596..b82d12f38493f43 100644 --- a/x-pack/test/functional/apps/ml/short_tests/model_management/model_list.ts +++ b/x-pack/test/functional/apps/ml/short_tests/model_management/model_list.ts @@ -462,7 +462,8 @@ export default function ({ getService }: FtrProviderContext) { await ml.navigation.navigateToTrainedModels(); }); - describe('with imported models', function () { + // FLAKY: https://github.com/elastic/kibana/issues/175443 + describe.skip('with imported models', function () { before(async () => { await ml.navigation.navigateToTrainedModels(); });