Commit 33ee85ed by utkarshcmu

Commented strange behavior of tests

parent a4a2e35b
......@@ -43,5 +43,21 @@ func TestGraphiteFunctions(t *testing.T) {
})
/*
Convey("should not override query", func() {
timeRange := formatTimeRange("app.grafana.*.dashboards.views.1M.count")
So(timeRange, ShouldEqual, "app.grafana.*.dashboards.views.1M.count")
})
Convey("should not override query", func() {
timeRange := formatTimeRange("app.grafana.*.dashboards.views.1m.count")
So(timeRange, ShouldEqual, "app.grafana.*.dashboards.views.1m.count")
})
*/
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment