[TEST] Prevent TTLPurger from recreating deleted index
Related to #5766
This commit is contained in:
parent
01794bf8ea
commit
862611b792
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue