mirror of https://github.com/apache/lucene.git
SOLR-3461: Ignore this test on windows until this is fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b4c22fcf37
commit
3f73342025
|
@ -25,6 +25,7 @@ import org.apache.lucene.index.*;
|
||||||
import org.apache.lucene.search.*;
|
import org.apache.lucene.search.*;
|
||||||
import org.apache.lucene.store.Directory;
|
import org.apache.lucene.store.Directory;
|
||||||
import org.apache.lucene.util.BytesRef;
|
import org.apache.lucene.util.BytesRef;
|
||||||
|
import org.apache.lucene.util.Constants;
|
||||||
import org.apache.noggit.ObjectBuilder;
|
import org.apache.noggit.ObjectBuilder;
|
||||||
import org.apache.solr.SolrTestCaseJ4;
|
import org.apache.solr.SolrTestCaseJ4;
|
||||||
import org.apache.solr.common.SolrException;
|
import org.apache.solr.common.SolrException;
|
||||||
|
@ -1213,6 +1214,7 @@ public class TestRealTimeGet extends SolrTestCaseJ4 {
|
||||||
// and tests the ability to buffer updates and apply them later
|
// and tests the ability to buffer updates and apply them later
|
||||||
@Test
|
@Test
|
||||||
public void testStressRecovery() throws Exception {
|
public void testStressRecovery() throws Exception {
|
||||||
|
assumeFalse("FIXME: This test is horribly slow sometimes on Windows!", Constants.WINDOWS);
|
||||||
clearIndex();
|
clearIndex();
|
||||||
assertU(commit());
|
assertU(commit());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue