Skip to content

Commit b1efa1a

Browse files
committed
fix: EUSS tests should not fail in case of overflow
Related-To: VLCLJ-2647 Signed-off-by: shubham kumar <shubham.kumar@intel.com>
1 parent e5ec318 commit b1efa1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/test_harness/tools/src/test_harness_metric.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@ void metric_streamer_read_data(
621621
zet_metric_group_handle_t metricGroupHandle) {
622622
ASSERT_NE(nullptr, metricData);
623623

624-
// Check if this is an IP metric group when metricGroupHandle is provided
625624
bool isIpMetricGroup = false;
626625
if (metricGroupHandle != nullptr) {
627626
isIpMetricGroup = check_metric_type_ip(metricGroupHandle, false);
@@ -631,7 +630,6 @@ void metric_streamer_read_data(
631630
metricStreamerHandle, reports, &rawDataSize, metricData->data());
632631

633632
if (isIpMetricGroup && result == ZE_RESULT_WARNING_DROPPED_DATA) {
634-
// Special handling for IP metric groups - allow retry on dropped data
635633
result = zetMetricStreamerReadData(metricStreamerHandle, reports,
636634
&rawDataSize, metricData->data());
637635
}

0 commit comments

Comments
 (0)