mirror of https://github.com/apache/lucene.git
SOLR-3080: clear system property after test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1292740 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
565777a7b3
commit
19b2423ced
|
@ -228,6 +228,7 @@ public class ZkControllerTest extends SolrTestCaseJ4 {
|
|||
zkController.close();
|
||||
}
|
||||
server.shutdown();
|
||||
System.clearProperty("solrcloud.skip.autorecovery");
|
||||
System.clearProperty(ZkStateReader.NUM_SHARDS_PROP);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue