mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Tests: Fix bootstrap cli tests to not clear all properties previous tests set
This commit is contained in:
parent
14f03a9750
commit
2265c5d9e9
@ -54,6 +54,7 @@ public class BootstrapCliParserTests extends CliToolTestCase {
|
||||
for (String property : propertiesToClear) {
|
||||
System.clearProperty(property);
|
||||
}
|
||||
propertiesToClear.clear();
|
||||
}
|
||||
|
||||
public void testThatVersionIsReturned() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user