SOLR-12222, SOLR-12028: Remove @BaddApple annotation from TestDistributedSearch

This test hasn't failed since the changes in SOLR-12222 were committed
This commit is contained in:
Tomas Fernandez Lobbe 2018-08-14 13:22:23 -07:00
parent 8dd704ef78
commit bff7a3bbb1

View File

@ -108,8 +108,6 @@ public class TestDistributedSearch extends BaseDistributedSearchTestCase {
}
@Test
//05-Jul-2018 @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 09-Apr-2018
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 2-Aug-2018
public void test() throws Exception {
QueryResponse rsp = null;
int backupStress = stress; // make a copy so we can restore