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:
Mark Robert Miller 2013-11-24 19:23:44 +00:00
parent ac8cd42ebd
commit 2e461b4258
1 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ package org.apache.solr.analytics;
import java.util.ArrayList;
import java.util.List;
import jdk.nashorn.internal.ir.annotations.Ignore;
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
import org.junit.BeforeClass;
import org.junit.Test;
@ -209,7 +211,7 @@ public class NoFacetTest extends AbstractAnalyticsStatsTest {
assertEquals(doubleResult,doubleTest);
}
@Test
@Test @Ignore() // See "SOLR-5488"
public void stddevTest() throws Exception {
//Int
Double intResult = (Double)getStatResult(response, "str", "double", "int_id");