Skip to content

Commit

Permalink
[chore] Fix flaky test by ignoring metrics order (open-telemetry#35002)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Sep 4, 2024
1 parent 33687ee commit 9e3a845
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func Test_WindowsPerfCounterScraper(t *testing.T) {
// The check only takes the first instance of multi-instance counters and assumes that the other instances would be included.
pmetrictest.IgnoreSubsequentDataPoints("cpu.idle"),
pmetrictest.IgnoreSubsequentDataPoints("processor.time"),
pmetrictest.IgnoreMetricsOrder(),
pmetrictest.IgnoreScopeMetricsOrder(),
pmetrictest.IgnoreResourceMetricsOrder(),
pmetrictest.IgnoreMetricValues(),
Expand Down

0 comments on commit 9e3a845

Please sign in to comment.