Skip to content

Commit

Permalink
[TEST] Don't use random templates in IndexSearcherWrapperIT
Browse files Browse the repository at this point in the history
We are testing default field data / global ords loading here, don't mix
in any warmers or esoteric field data settings.
  • Loading branch information
s1monw committed Oct 14, 2015
1 parent a5cb0bc commit b6b1a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import java.io.IOException;
import java.util.*;

@ESIntegTestCase.ClusterScope(numDataNodes = 1)
@ESIntegTestCase.ClusterScope(numDataNodes = 1, randomDynamicTemplates = false)
public class IndexSearcherWrapperIT extends ESIntegTestCase {

public static class TestPlugin extends Plugin {
Expand Down

0 comments on commit b6b1a54

Please sign in to comment.