SOLR-3634: some errors are localized and tests fail in non en, disabling temporarily

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1366460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-07-27 17:13:02 +00:00
parent 46fe5cf9d9
commit f98ab9d2dc
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ import org.apache.commons.io.FileUtils;
import org.junit.Before;
import org.junit.After;
import org.junit.Ignore;
@Ignore("SOLR-3634: some errors are localized and tests fail in non en, disabling temporarily")
public class CoreContainerCoreInitFailuresTest extends SolrTestCaseJ4 {
File solrHome = null;