disable angry test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1151613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-07-27 20:12:32 +00:00
parent 82a78ab306
commit cad5e69d15
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ import org.apache.lucene.search.DocIdSetIterator;
import org.apache.lucene.store.MockDirectoryWrapper;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util._TestUtil;
import org.junit.Ignore;
/**
* Pulses 10k terms/docs,
@ -45,6 +46,7 @@ import org.apache.lucene.util._TestUtil;
*
* @lucene.experimental
*/
@Ignore("not yet")
public class Test10KPulsings extends LuceneTestCase {
/** creates a broken index with ant test -Dtestcase=Test10KPulsings -Dtestmethod=test10kPulsed -Dtests.seed=2835406743900800199:-6668246351730332054!!!! */
public void test10kPulsed() throws Exception {