From c358ecb5fb86710aece6edc2339e75dcf834ffeb Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Thu, 31 Oct 2019 14:22:55 +0100 Subject: [PATCH] Don't preserve indices between enrich qa tests. This was added because it was suspected to cause the monitoring enrich verification to fail, but that is not the case. See #48258 --- .../elasticsearch/test/enrich/CommonEnrichRestTestCase.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java b/x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java index 101633f0058..0d529f24232 100644 --- a/x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java +++ b/x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java @@ -50,12 +50,6 @@ public abstract class CommonEnrichRestTestCase extends ESRestTestCase { } } - @Override - protected boolean preserveIndicesUponCompletion() { - // In order to avoid monitoring from failing exporting docs to monitor index. - return true; - } - private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception { // Create source index: createSourceIndex("my-source-index");