mirror of https://github.com/apache/lucene.git
LUCENE-2743: remove assumption, test is fast now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1032557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44b77b4f40
commit
1a8e2ac596
|
@ -596,8 +596,6 @@ public class TestPhraseQuery extends LuceneTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRandomPhrases() throws Exception {
|
public void testRandomPhrases() throws Exception {
|
||||||
assumeFalse("test runs extremely slow (minutes) with SimpleText",
|
|
||||||
CodecProvider.getDefaultCodec().equals("SimpleText"));
|
|
||||||
Directory dir = newDirectory();
|
Directory dir = newDirectory();
|
||||||
Analyzer analyzer = new MockAnalyzer();
|
Analyzer analyzer = new MockAnalyzer();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue