From 27b93b767db2bfea965bca42729617b7da8f1f5c Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 15 Jul 2020 12:51:34 -0700 Subject: [PATCH] skip flaky suite (#71939) (cherry picked from commit 9a8d0218d21efac24b8e62434243ab11881fb1d9) --- x-pack/test/ingest_manager_api_integration/apis/epm/install.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/ingest_manager_api_integration/apis/epm/install.ts b/x-pack/test/ingest_manager_api_integration/apis/epm/install.ts index f73ba56c172c4..b6807b2fd3414 100644 --- a/x-pack/test/ingest_manager_api_integration/apis/epm/install.ts +++ b/x-pack/test/ingest_manager_api_integration/apis/epm/install.ts @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContext) { const mappingsPackage = 'overrides-0.1.0'; const server = dockerServers.get('registry'); - describe('installs packages that include settings and mappings overrides', async () => { + // FLAKY: https://github.com/elastic/kibana/issues/71939 + describe.skip('installs packages that include settings and mappings overrides', async () => { after(async () => { if (server.enabled) { // remove the package just in case it being installed will affect other tests