Skip to content

Commit d6337d4

Browse files
committed
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
1 parent 4debb1b commit d6337d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java

-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ public void deletePolicies() throws Exception {
5050
}
5151
}
5252

53-
@Override
54-
protected boolean preserveIndicesUponCompletion() {
55-
// In order to avoid monitoring from failing exporting docs to monitor index.
56-
return true;
57-
}
58-
5953
private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception {
6054
// Create source index:
6155
createSourceIndex("my-source-index");

0 commit comments

Comments
 (0)