From 2df92564f54f91384515e48f6d43df93cee0f2eb Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 16 Oct 2023 20:09:52 +0100 Subject: [PATCH] skip flaky suite (#168899) --- .../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 9ae541c834714..c8b0e76a2071b 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 @@ -453,7 +453,8 @@ export default function ({ getService }: FtrProviderContext) { await ml.navigation.navigateToTrainedModels(); }); - describe('with imported models', function () { + // FLAKY: https://github.com/elastic/kibana/issues/168899 + describe.skip('with imported models', function () { before(async () => { await ml.navigation.navigateToTrainedModels(); });