SOLR-11278: Disable frequently failing method with AwaitsFix

This commit is contained in:
Shalin Shekhar Mangar 2017-09-04 09:42:56 +05:30
parent 3901a13de3
commit e782082e71
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ public class CdcrBootstrapTest extends SolrTestCaseJ4 {
}
}
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11278")
public void testBootstrapWithContinousIndexingOnSourceCluster() throws Exception {
// start the target first so that we know its zkhost
MiniSolrCloudCluster target = new MiniSolrCloudCluster(1, createTempDir("cdcr-target"), buildJettyConfig("/solr"));