Skip to content

Commit

Permalink
PMM-11180 fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 17, 2024
1 parent dca47ed commit 82709fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agents/mysql/perfschema/perfschema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func filter(mb []*agentv1.MetricsBucket) []*agentv1.MetricsBucket {
continue
case strings.Contains(b.Common.Example, "/* pmm-agent-tests:waitForFixtures */"):
continue
case strings.Contains(b.Common.Example, "/* events_statements_history */"):
case strings.Contains(b.Common.Fingerprint, "/* events_statements_history */"):
continue
case strings.HasPrefix(b.Common.Fingerprint, "SELECT @@`slow_query_log"): // slowlog
continue
Expand Down

0 comments on commit 82709fa

Please sign in to comment.