Skip to content

Commit b6b1a54

Browse files
committed
[TEST] Don't use random templates in IndexSearcherWrapperIT
We are testing default field data / global ords loading here, don't mix in any warmers or esoteric field data settings.
1 parent a5cb0bc commit b6b1a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/java/org/elasticsearch/index/shard/IndexSearcherWrapperIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import java.io.IOException;
4747
import java.util.*;
4848

49-
@ESIntegTestCase.ClusterScope(numDataNodes = 1)
49+
@ESIntegTestCase.ClusterScope(numDataNodes = 1, randomDynamicTemplates = false)
5050
public class IndexSearcherWrapperIT extends ESIntegTestCase {
5151

5252
public static class TestPlugin extends Plugin {

0 commit comments

Comments
 (0)