diff --git a/scripts/secnetperf-helpers.psm1 b/scripts/secnetperf-helpers.psm1 index 9ebcf7afbe..486d487cae 100644 --- a/scripts/secnetperf-helpers.psm1 +++ b/scripts/secnetperf-helpers.psm1 @@ -578,12 +578,6 @@ function Invoke-Secnetperf { continue } - # These scenarios are currently broken! TODO - Figure out why and fix them. - if ($io -eq "wsk" -and $metric -eq "hps") { - Write-Host "> secnetperf $clientArgs BROKEN!" - continue - } - # Linux XDP requires sudo for now $useSudo = (!$isWindows -and $io -eq "xdp")