SOLR-9654: tests: temporarily disable overrequest code

This commit is contained in:
yonik 2016-10-26 17:53:00 -04:00
parent 3d21029b33
commit e4483607a5
1 changed files with 2 additions and 2 deletions

View File

@ -1147,7 +1147,7 @@ public class TestJsonFacets extends SolrTestCaseHS {
); );
/*
if (!client.local()) { if (!client.local()) {
client.testJQ(params(p, "q", "*:*" client.testJQ(params(p, "q", "*:*"
, "json.facet", "{" + , "json.facet", "{" +
@ -1182,7 +1182,7 @@ public class TestJsonFacets extends SolrTestCaseHS {
"}" "}"
); );
} }
*/
} }