work harder to shutdown jetty for cases where jetty was started but could not bind to the port - not perfect yet, but works better than a std stop - missed this class

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1378951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-08-30 14:20:45 +00:00
parent d72c9dddba
commit 574d859d2b
1 changed files with 0 additions and 2 deletions

View File

@ -203,8 +203,6 @@ public abstract class AbstractDistribZkTestBase extends BaseDistributedSearchTes
System.clearProperty("solr.test.sys.prop2");
resetExceptionIgnores();
super.tearDown();
JettySolrRunner.assertStoppedJetties();
}
protected void printLayout() throws Exception {