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:
Martijn van Groningen 2019-10-31 14:22:55 +01:00
parent 3f7aafa421
commit c358ecb5fb
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 0 additions and 6 deletions

View File

@ -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 { private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception {
// Create source index: // Create source index:
createSourceIndex("my-source-index"); createSourceIndex("my-source-index");