mirror of https://github.com/apache/lucene.git
SOLR-9481: Try to fix flaky test error by removing unnecessary initCore() in @Before method
This commit is contained in:
parent
f56d111adf
commit
1f06411946
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue