mirror of https://github.com/apache/lucene.git
tests: silliness
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1231526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2504985445
commit
b2a0040e98
|
@ -255,6 +255,7 @@ public class HTMLStripCharFilterTest extends BaseTokenStreamTestCase {
|
|||
doTestOffsets("X < &zz >X &# < X > < &l > &g < X");
|
||||
}
|
||||
|
||||
@Ignore("broken offsets: see LUCENE-2208")
|
||||
public void testRandom() throws Exception {
|
||||
Analyzer analyzer = new Analyzer() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue