فهرست منبع

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