SOLR-12876: remove @BadApple from ShardParamsTest.testGetShardsTolerantAsBool

This commit is contained in:
Christine Poerschke 2018-10-16 10:52:51 -04:00
parent 7fa19d2676
commit 95af8d6ac2
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public class ShardParamsTest extends LuceneTestCase
public void testDistribSinglePass() { assertEquals(ShardParams.DISTRIB_SINGLE_PASS, "distrib.singlePass"); }
@Test
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // added 20-Sep-2018
public void testGetShardsTolerantAsBool() {
ModifiableSolrParams params = new ModifiableSolrParams();
// shards.tolerant param is not set; default should be false