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:
Shalin Shekhar Mangar 2014-07-07 19:05:58 +00:00
parent 0f8e3fd973
commit cec47f9baf
1 changed files with 0 additions and 1 deletions

View File

@ -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...
}