mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
cleanup second static cluster in test
hopefully this will remove the testing infra from failing on hanging to memory
This commit is contained in:
parent
6fce15beec
commit
680a4ebbea
@ -69,6 +69,7 @@ public class TribeTests extends ElasticsearchIntegrationTest {
|
||||
if (cluster2 != null) {
|
||||
cluster2.afterTest();
|
||||
cluster2.close();
|
||||
cluster2 = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user