From e782082e711286a4c1a6ca101a9fa11bafab7b0d Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Mon, 4 Sep 2017 09:42:56 +0530 Subject: [PATCH] SOLR-11278: Disable frequently failing method with AwaitsFix --- solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java b/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java index 6959bd825d5..a5b37d8a5d0 100644 --- a/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java +++ b/solr/core/src/test/org/apache/solr/cloud/CdcrBootstrapTest.java @@ -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"));