mirror of https://github.com/apache/lucene.git
LUCENE-1768: Disable test for now until fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7bec24521d
commit
0cb7f0f026
|
@ -50,8 +50,10 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
import org.apache.lucene.util._TestUtil;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore("Class has problems with DateFormat")
|
||||
public class TestNumericQueryParser extends LuceneTestCase {
|
||||
|
||||
private static enum NumberType {
|
||||
|
|
Loading…
Reference in New Issue