SOLR-4019: Ignore tests that are invalid due to logging change

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405912 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Dyer 2012-11-05 18:41:03 +00:00
parent 3ea6657976
commit 5fb2789394
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public class PingRequestHandlerTest extends SolrTestCaseJ4 {
assertEquals("OK", rsp.getValues().get("status"));
}
@Ignore
public void testEnablingServer() throws Exception {
assertTrue(! healthcheckFile.exists());
@ -115,7 +115,7 @@ public class PingRequestHandlerTest extends SolrTestCaseJ4 {
assertTrue(healthcheckFile.exists());
}
@Ignore
public void testDisablingServer() throws Exception {
assertTrue(! healthcheckFile.exists());