Skip to content

Commit

Permalink
feat: remove service_time_latency counter from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Jul 2, 2024
1 parent 50a7d40 commit 8882ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test/dashboard_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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", "qos_detail_service_time_latency"}
precheckCounters := []string{"qos_read_data"}
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())
Expand Down

0 comments on commit 8882ec1

Please sign in to comment.