mirror of https://github.com/apache/lucene.git
ignore until i can look into tomorrow
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b4540d6369
commit
c826b1f040
|
@ -38,12 +38,14 @@ import org.junit.After;
|
|||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* Test sync phase that occurs when Leader goes down and a new Leader is
|
||||
* elected.
|
||||
*/
|
||||
@Slow
|
||||
@Ignore("ignore while i look into")
|
||||
public class SyncSliceTest extends FullSolrCloudTest {
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in New Issue