From: Filip Tehlar Date: Fri, 11 Nov 2022 09:37:33 +0000 (+0100) Subject: hs-test: skip vcl reattach test X-Git-Tag: v23.06-rc0~125 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=468d7876b97c4ee130da0d9922f1fdcf877133bc;p=vpp.git hs-test: skip vcl reattach test Type: test Signed-off-by: Filip Tehlar Change-Id: I594ecc347f367887890a3182e7c24028bf9a7f50 --- diff --git a/extras/hs-test/vcl_test.go b/extras/hs-test/vcl_test.go index 96ca7f64823..fddd70d49d8 100755 --- a/extras/hs-test/vcl_test.go +++ b/extras/hs-test/vcl_test.go @@ -87,6 +87,7 @@ func (s *Veths2Suite) testVclEcho(proto string) { } func (s *Veths2Suite) TestVclRetryAttach() { + s.T().Skip() s.testRetryAttach("tcp") }