cleanup second static cluster in test

hopefully this will remove the testing infra from failing on hanging to memory
This commit is contained in:
Shay Banon 2014-03-27 11:10:08 -07:00
parent 6fce15beec
commit 680a4ebbea
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class TribeTests extends ElasticsearchIntegrationTest {
if (cluster2 != null) {
cluster2.afterTest();
cluster2.close();
cluster2 = null;
}
}