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
This commit is contained in:
parent
3f7aafa421
commit
c358ecb5fb
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue