add another for now, since it appears to have TZ problems :(

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2010-10-17 13:05:22 +00:00
parent c92cf927d2
commit 39e1e216b2
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
package org.apache.solr.handler.dataimport;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.net.URLEncoder;
@ -115,6 +116,7 @@ public class TestEvaluatorBag extends AbstractDataImportHandlerTestCase {
* Test method for {@link EvaluatorBag#getDateFormatEvaluator()}.
*/
@Test
@Ignore("Known Locale/TZ problems: see https://issues.apache.org/jira/browse/SOLR-1916")
public void testGetDateFormatEvaluator() {
Evaluator dateFormatEval = EvaluatorBag.getDateFormatEvaluator();
ContextImpl context = new ContextImpl(null, resolver, null, Context.FULL_DUMP, Collections.EMPTY_MAP, null, null);