Skip to content

Commit

Permalink
Don't preserve indices between enrich qa tests.
Browse files Browse the repository at this point in the history
This was added because it was suspected to cause the monitoring
enrich verification to fail, but that is not the case.

See #48258
  • Loading branch information
martijnvg committed Oct 31, 2019
1 parent 3f7aafa commit c358ecb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ public void deletePolicies() throws Exception {
}
}

@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");
Expand Down

0 comments on commit c358ecb

Please sign in to comment.