summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/echo_test.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-05-22 09:26:47 -0400
committerFlorin Coras <florin.coras@gmail.com>2024-05-23 15:48:50 +0000
commit0df582e8ecbe6a4d45c9b2a8b822dcbe039eec29 (patch)
tree50d144223e990663b0149680552659c362e66167 /extras/hs-test/echo_test.go
parentf5df854389b8f2f2602d2aac8fec33fefdc45e59 (diff)
hs-test: fix CPU alloc when running in parallel
Type: test Change-Id: I6062eddffb938880d9ec004c8418a9a731891989 Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/echo_test.go')
-rw-r--r--extras/hs-test/echo_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/hs-test/echo_test.go b/extras/hs-test/echo_test.go
index 33728db6c97..ce852bea3e0 100644
--- a/extras/hs-test/echo_test.go
+++ b/extras/hs-test/echo_test.go
@@ -21,7 +21,9 @@ func EchoBuiltinTest(s *VethsSuite) {
s.assertNotContains(o, "failed:")
}
+// unstable with multiple workers
func TcpWithLossTest(s *VethsSuite) {
+ s.SkipIfMultiWorker()
serverVpp := s.getContainerByName("server-vpp").vppInstance
serverVeth := s.getInterfaceByName(serverInterfaceName)