SOLR-2468: ignore test for now to unbreak build

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1092394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-04-14 16:56:23 +00:00
parent ecd795c585
commit 9b8cfb80b5
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ import org.apache.lucene.search.Similarity;
import org.apache.solr.SolrTestCaseJ4;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import java.io.FileOutputStream;
import java.io.OutputStreamWriter;
import java.io.Writer;
@ -522,7 +523,7 @@ public class TestFunctionQuery extends SolrTestCaseJ4 {
* verify that both the field("...") value source parser as well as
* ExternalFileField work with esoteric field names
*/
@Test
@Test @Ignore("fails on some platforms: see https://issues.apache.org/jira/browse/SOLR-2468")
public void testExternalFieldValueSourceParser() {
String field = "CoMpleX \" fieldName _extf";