mirror of https://github.com/apache/druid.git
Fix groupBy/timeseries test, follow up to #705.
This commit is contained in:
parent
0ddf667fef
commit
661e467d71
|
@ -150,6 +150,13 @@ public class GroupByTimeseriesQueryRunnerTest extends TimeseriesQueryRunnerTest
|
|||
// 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
|
||||
public void testTimeseriesWithNonExistentFilter()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue