mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 14:52:16 +08:00
Commented strange behavior of tests
This commit is contained in:
@ -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")
|
||||
|
||||
})
|
||||
|
||||
*/
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user