We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7aafa commit c358ecbCopy full SHA for c358ecb
x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java
@@ -50,12 +50,6 @@ public void deletePolicies() throws Exception {
50
}
51
52
53
- @Override
54
- protected boolean preserveIndicesUponCompletion() {
55
- // In order to avoid monitoring from failing exporting docs to monitor index.
56
- return true;
57
- }
58
-
59
private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception {
60
// Create source index:
61
createSourceIndex("my-source-index");
0 commit comments