Fix groupBy/timeseries test, follow up to #705.

This commit is contained in:
Gian Merlino 2014-08-26 22:36:08 -07:00
parent 0ddf667fef
commit 661e467d71
1 changed files with 7 additions and 0 deletions

View File

@ -150,6 +150,13 @@ public class GroupByTimeseriesQueryRunnerTest extends TimeseriesQueryRunnerTest
// fill anything in. // fill anything in.
} }
@Override
public void testTimeseriesQueryZeroFilling()
{
// Skip this test because the timeseries test expects skipped hours to be filled in, but group by doesn't
// fill anything in.
}
@Override @Override
public void testTimeseriesWithNonExistentFilter() public void testTimeseriesWithNonExistentFilter()
{ {