SOLR-13028: Remove AwaitsFix for AutoAddReplicasPlanActionTest.testSimple to get log failure

This commit is contained in:
Cao Manh Dat 2018-12-11 10:31:59 +00:00
parent d26c237e35
commit 40502b9ba8
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class AutoAddReplicasPlanActionTest extends SolrCloudTestCase{
}
@Test
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13028")
//Commented out 11-Dec-2018 @AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13028")
public void testSimple() throws Exception {
JettySolrRunner jetty1 = cluster.getJettySolrRunner(0);
JettySolrRunner jetty2 = cluster.getJettySolrRunner(1);