SOLR-7384: Disable the failing tests until the root cause is fixed

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1673262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2015-04-13 19:04:55 +00:00
parent 414b1ea098
commit dfba8c322b
1 changed files with 4 additions and 3 deletions

View File

@ -141,9 +141,10 @@ public class FullSolrCloudDistribCmdsTest extends AbstractFullDistribZkTestBase
testDeleteByQueryDistrib();
testDeleteByIdImplicitRouter();
testDeleteByIdCompositeRouterWithRouterField();
// See SOLR-7384
// testDeleteByIdImplicitRouter();
//
// testDeleteByIdCompositeRouterWithRouterField();
docId = testThatCantForwardToLeaderFails(docId);