LUCENE-5737: disable this test for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1600575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-06-05 09:32:28 +00:00
parent 067df3f217
commit 5f105d7691
1 changed files with 4 additions and 1 deletions

View File

@ -45,8 +45,9 @@ import org.apache.lucene.index.TrackingIndexWriter;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.NRTCachingDirectory;
import org.apache.lucene.util.IOUtils;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.ThreadInterruptedException;
import org.apache.lucene.util.Version;
@ -456,6 +457,8 @@ public class TestControlledRealTimeReopenThread extends ThreadedIndexingAndSearc
dir.close();
}
// Relies on wall clock time, so it can easily false-fail when the machine is otherwise busy:
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-5737")
// LUCENE-5461
public void testCRTReopen() throws Exception {
//test behaving badly