hs-test: fix CPU alloc when running in parallel
[vpp.git] / extras / hs-test / http_test.go
index 3741619..94cb0ca 100644 (file)
@@ -272,7 +272,9 @@ func runNginxPerf(s *NoTopoSuite, mode, ab_or_wrk string) error {
        return nil
 }
 
+// unstable with multiple workers
 func NginxPerfCpsTest(s *NoTopoSuite) {
+       s.SkipIfMultiWorker()
        s.assertNil(runNginxPerf(s, "cps", "ab"))
 }