diff --git a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp index b38c37e346..eb51cf8356 100644 --- a/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp +++ b/projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/tests/metrics_test.cpp @@ -172,7 +172,8 @@ TEST(metrics, check_agent_valid) for(const auto& metric : other_counters) { if(common_metrics.count(metric.id())) continue; - EXPECT_EQ(counters::checkValidMetric(gfx, metric), false); + EXPECT_EQ(counters::checkValidMetric(gfx, metric), false) + << fmt::format("GFX {} has Metric {} but shouldn't", gfx, metric); } } }