[Test] disable random dynamic templates for audit index
Original commit: elastic/x-pack-elasticsearch@914e0990ef
This commit is contained in:
parent
cb80e9ccbd
commit
38837b310c
|
@ -14,7 +14,7 @@ import org.elasticsearch.test.ElasticsearchIntegrationTest.Scope;
|
|||
import org.elasticsearch.test.ShieldIntegrationTest;
|
||||
import org.junit.Test;
|
||||
|
||||
@ClusterScope(scope = Scope.TEST)
|
||||
@ClusterScope(scope = Scope.TEST, randomDynamicTemplates = false)
|
||||
public class IndexAuditTrailEnabledTests extends ShieldIntegrationTest {
|
||||
|
||||
IndexNameResolver.Rollover rollover = randomFrom(IndexNameResolver.Rollover.values());
|
||||
|
|
Loading…
Reference in New Issue