[TEST] Prevent TTLPurger from recreating deleted index

Related to #5766
This commit is contained in:
Simon Willnauer 2014-04-11 09:03:28 +02:00
parent 01794bf8ea
commit 862611b792
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class TTLPercolatorTests extends ElasticsearchIntegrationTest {
return settingsBuilder()
.put(super.nodeSettings(nodeOrdinal))
.put("indices.ttl.interval", PURGE_INTERVAL)
.put("action.auto_create_index", false) // see #5766
.build();
}