diff --git a/scripts/secnetperf-helpers.psm1 b/scripts/secnetperf-helpers.psm1 index be49decd4..fb36455c9 100644 --- a/scripts/secnetperf-helpers.psm1 +++ b/scripts/secnetperf-helpers.psm1 @@ -499,9 +499,8 @@ function Invoke-Secnetperf { } # These scenarios are currently broken! TODO - Figure out why and fix them. - if (($io -eq "wsk" -and $metric -eq "hps") -or - # (!$isWindows -and $io -eq "xdp" -and $metric -eq "hps") - ) { + if (($io -eq "wsk" -and $metric -eq "hps")) { + # -or (!$isWindows -and $io -eq "xdp" -and $metric -eq "hps"))) { Write-Host "> secnetperf $clientArgs BROKEN!" continue }