SOLR-9481: Try to fix flaky test error by removing unnecessary initCore() in @Before method

This commit is contained in:
Jan Høydahl 2016-10-28 15:04:49 +02:00
parent f56d111adf
commit 1f06411946
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ public class BasicAuthStandaloneTest extends AbstractSolrTestCase {
instance = new SolrInstance("inst", null);
instance.setUp();
jetty = createJetty(instance);
initCore("solrconfig.xml", "schema.xml", instance.getHomeDir().toString());
securityConfHandler = new SecurityConfHandlerLocalForTesting(jetty.getCoreContainer());
}