mirror of https://github.com/apache/lucene.git
SOLR-3854 : Reset ALLOW_SSL in afterClass.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1566883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
601f536f9a
commit
9dfefa81a4
|
@ -169,6 +169,10 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
|
|||
}
|
||||
// clean up static
|
||||
sslConfig = null;
|
||||
|
||||
// reset SSL
|
||||
ALLOW_SSL = true;
|
||||
|
||||
IpTables.unblockAllPorts();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue