From c8c3f5f51e9e1ffb4ef3a91ddc437ce9ddf098cf Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 7 Dec 2022 15:10:03 -0800 Subject: [PATCH] skip failing suite #102283 Signed-off-by: Tyler Smalley --- x-pack/test/api_integration/apis/ml/modules/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/ml/modules/index.ts b/x-pack/test/api_integration/apis/ml/modules/index.ts index d28263b4877011..6656183af8e6c3 100644 --- a/x-pack/test/api_integration/apis/ml/modules/index.ts +++ b/x-pack/test/api_integration/apis/ml/modules/index.ts @@ -14,7 +14,8 @@ export default function ({ getService, loadTestFile }: FtrProviderContext) { const fleetPackages = ['apache', 'nginx']; const installedPackages: Array<{ pkgName: string; version: string }> = []; - describe('modules', function () { + // failing: https://github.com/elastic/kibana/issues/102283 + describe.skip('modules', function () { before(async () => { // use await kibanaServer.savedObjects.cleanStandardList(); to make sure the fleet setup is removed correctly after the tests await kibanaServer.savedObjects.cleanStandardList();