do test merge stability for Lucene41PF

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-08-26 14:16:54 +00:00
parent f566386416
commit 08ea029953
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ public class TestLucene41PostingsFormat extends BasePostingsFormatTestCase {
return TestUtil.alwaysPostingsFormat(new Lucene41PostingsFormat());
}
@Override
public void testMergeStability() throws Exception {
assumeTrue("The MockRandom PF randomizes content on the fly, so we can't check it", false);
}
/** Make sure the final sub-block(s) are not skipped. */
public void testFinalBlock() throws Exception {
Directory d = newDirectory();