浏览代码

Commented strange behavior of tests

utkarshcmu 9 年之前
父节点
当前提交
33ee85ede9
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      pkg/tsdb/graphite/graphite_test.go

+ 16 - 0
pkg/tsdb/graphite/graphite_test.go

@@ -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")
+
+		   		})
+
+		*/
 	})
 }