mirror of https://github.com/apache/lucene.git
SOLR-11278: Disable frequently failing method with AwaitsFix
This commit is contained in:
parent
3901a13de3
commit
e782082e71
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue