mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Commented strange behavior of tests
This commit is contained in:
parent
a4a2e35bb2
commit
33ee85ede9
@ -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")
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
|
*/
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user