diff --git a/integration/test/dashboard_json_test.go b/integration/test/dashboard_json_test.go index b23d7b488..bc4f7f856 100644 --- a/integration/test/dashboard_json_test.go +++ b/integration/test/dashboard_json_test.go @@ -129,7 +129,7 @@ func TestJsonExpression(t *testing.T) { now := time.Now() // QoS counters have the longest schedule so check for them before checking for any of the other counters - precheckCounters := []string{"qos_read_data"} + precheckCounters := []string{"qos_read_data", "qos_detail_service_time_latency"} for _, counter := range precheckCounters { if counterIsMissing(rest, counter, 7*time.Minute) { t.Fatalf("rest qos counters not found dur=%s", time.Since(now).Round(time.Millisecond).String())