mirror of https://github.com/apache/lucene.git
SOLR-5488: ignore this test for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1545053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ac8cd42ebd
commit
2e461b4258
|
@ -21,6 +21,8 @@ package org.apache.solr.analytics;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import jdk.nashorn.internal.ir.annotations.Ignore;
|
||||||
|
|
||||||
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
@ -209,7 +211,7 @@ public class NoFacetTest extends AbstractAnalyticsStatsTest {
|
||||||
assertEquals(doubleResult,doubleTest);
|
assertEquals(doubleResult,doubleTest);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test @Ignore() // See "SOLR-5488"
|
||||||
public void stddevTest() throws Exception {
|
public void stddevTest() throws Exception {
|
||||||
//Int
|
//Int
|
||||||
Double intResult = (Double)getStatResult(response, "str", "double", "int_id");
|
Double intResult = (Double)getStatResult(response, "str", "double", "int_id");
|
||||||
|
|
Loading…
Reference in New Issue