SOLR-11066: Marking the test as AwaitsFix until the test failures on jenkins are investigated and fixed

This commit is contained in:
Shalin Shekhar Mangar 2018-03-04 00:27:16 +05:30
parent 18edca0fb2
commit 78f11d05ac
1 changed files with 1 additions and 0 deletions

View File

@ -1636,6 +1636,7 @@ public class TriggerIntegrationTest extends SolrCloudTestCase {
assertEquals(5, docCollection.getReplicas().size()); assertEquals(5, docCollection.getReplicas().size());
} }
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-11066")
public void testScheduledTrigger() throws Exception { public void testScheduledTrigger() throws Exception {
CloudSolrClient solrClient = cluster.getSolrClient(); CloudSolrClient solrClient = cluster.getSolrClient();