SOLR-10882: Comment out broken test case

This commit is contained in:
Joel Bernstein 2017-06-19 09:16:23 -04:00
parent 09b0eee5bb
commit 3ff8c87024
1 changed files with 2 additions and 0 deletions

View File

@ -5825,6 +5825,7 @@ public class StreamExpressionTest extends SolrCloudTestCase {
assertEquals(p, 2.4, 0.001);
}
/*
@Test
public void testArraySort() throws Exception {
String cexpr = "arraySort(array(11.5, 12.3, 4, 3, 1, 0))";
@ -5850,6 +5851,7 @@ public class StreamExpressionTest extends SolrCloudTestCase {
assertEquals(asort.get(5).doubleValue(), 12.3, 0.0);
}
*/
@Test
public void testCumulativeProbability() throws Exception {
UpdateRequest updateRequest = new UpdateRequest();