From 3899046313dfed73c406aea78531ada9caabba78 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Thu, 14 Oct 2021 09:51:46 -0500 Subject: [PATCH] skip flaky suite. #113890 --- .../functional/apps/transform/creation_runtime_mappings.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/transform/creation_runtime_mappings.ts b/x-pack/test/functional/apps/transform/creation_runtime_mappings.ts index 5fe9d02c58dc7..e244c907a76d6 100644 --- a/x-pack/test/functional/apps/transform/creation_runtime_mappings.ts +++ b/x-pack/test/functional/apps/transform/creation_runtime_mappings.ts @@ -33,7 +33,9 @@ export default function ({ getService }: FtrProviderContext) { script: "emit(doc['responsetime'].value * 2.0)", }, }; - describe('creation with runtime mappings', function () { + + // FLAKY https://github.com/elastic/kibana/issues/113890 + describe.skip('creation with runtime mappings', function () { before(async () => { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote'); await transform.testResources.createIndexPatternIfNeeded('ft_farequote', '@timestamp');