mirror of https://github.com/apache/lucene.git
SOLR-5596: Remove initCore call from afterClass
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f8e3fd973
commit
cec47f9baf
|
@ -184,7 +184,6 @@ public class OverseerTest extends SolrTestCaseJ4 {
|
|||
|
||||
@AfterClass
|
||||
public static void afterClass() throws Exception {
|
||||
initCore();
|
||||
Thread.sleep(3000); //XXX wait for threads to die...
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue