mirror of https://github.com/apache/lucene.git
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:
parent
3ea6657976
commit
5fb2789394
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue