[Test] disable random dynamic templates for audit index

Original commit: elastic/x-pack-elasticsearch@914e0990ef
This commit is contained in:
jaymode 2015-06-16 15:43:58 -04:00
parent cb80e9ccbd
commit 38837b310c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import org.elasticsearch.test.ElasticsearchIntegrationTest.Scope;
import org.elasticsearch.test.ShieldIntegrationTest; import org.elasticsearch.test.ShieldIntegrationTest;
import org.junit.Test; import org.junit.Test;
@ClusterScope(scope = Scope.TEST) @ClusterScope(scope = Scope.TEST, randomDynamicTemplates = false)
public class IndexAuditTrailEnabledTests extends ShieldIntegrationTest { public class IndexAuditTrailEnabledTests extends ShieldIntegrationTest {
IndexNameResolver.Rollover rollover = randomFrom(IndexNameResolver.Rollover.values()); IndexNameResolver.Rollover rollover = randomFrom(IndexNameResolver.Rollover.values());