We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb0bc commit b6b1a54Copy full SHA for b6b1a54
core/src/test/java/org/elasticsearch/index/shard/IndexSearcherWrapperIT.java
@@ -46,7 +46,7 @@
46
import java.io.IOException;
47
import java.util.*;
48
49
-@ESIntegTestCase.ClusterScope(numDataNodes = 1)
+@ESIntegTestCase.ClusterScope(numDataNodes = 1, randomDynamicTemplates = false)
50
public class IndexSearcherWrapperIT extends ESIntegTestCase {
51
52
public static class TestPlugin extends Plugin {
0 commit comments