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…
Reference in New Issue