hs-test: skip vcl reattach test

Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I594ecc347f367887890a3182e7c24028bf9a7f50
This commit is contained in:
Filip Tehlar
2022-11-11 10:37:33 +01:00
committed by Florin Coras
parent abf81c3add
commit 468d7876b9

View File

@ -87,6 +87,7 @@ func (s *Veths2Suite) testVclEcho(proto string) {
}
func (s *Veths2Suite) TestVclRetryAttach() {
s.T().Skip()
s.testRetryAttach("tcp")
}