mirror of https://github.com/apache/lucene.git
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:
parent
82a78ab306
commit
cad5e69d15
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue