diff --git a/test-case/latency-metrics.sh b/test-case/latency-metrics.sh index 28aef80d..a4fb127e 100755 --- a/test-case/latency-metrics.sh +++ b/test-case/latency-metrics.sh @@ -245,7 +245,7 @@ report_metric() xruns=$(echo "{${metrics_}}" | jq 'select(.xruns > 0).xruns') if [ -n "${xruns}" ] && [ "${xruns}" -gt "${max_xruns}" ]; then printf ']}' >> "${RESULT_JSON}" - skip_test "XRuns: ${xruns} detected!" + die "XRuns: ${xruns} detected!" fi fi json_next_sep=","