mirror of https://github.com/apache/lucene.git
LUCENE-6556: mute test temporarily on J9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1685021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
413bca718d
commit
e20a54a2c2
|
@ -74,11 +74,8 @@ public class TestQueryTemplateManager extends LuceneTestCase {
|
|||
|
||||
|
||||
public void testFormTransforms() throws SAXException, IOException, ParserConfigurationException, TransformerException, ParserException {
|
||||
// Sun 1.5 suffers from http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6240963
|
||||
if (Constants.JAVA_VENDOR.startsWith("Sun") && Constants.JAVA_VERSION.startsWith("1.5")) {
|
||||
String defLang = Locale.getDefault().getLanguage();
|
||||
assumeFalse("Sun JRE 1.5 suffers from http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6240963 under Turkish locale", defLang.equals("tr") || defLang.equals("az"));
|
||||
}
|
||||
assumeFalse("test temporarily disabled on J9, see https://issues.apache.org/jira/browse/LUCENE-6556",
|
||||
Constants.JAVA_VENDOR.startsWith("IBM"));
|
||||
//Cache all the query templates we will be referring to.
|
||||
QueryTemplateManager qtm = new QueryTemplateManager();
|
||||
qtm.addQueryTemplate("albumBooleanQuery", getClass().getResourceAsStream("albumBooleanQuery.xsl"));
|
||||
|
|
Loading…
Reference in New Issue