From 468d7876b97c4ee130da0d9922f1fdcf877133bc Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 11 Nov 2022 10:37:33 +0100 Subject: hs-test: skip vcl reattach test Type: test Signed-off-by: Filip Tehlar Change-Id: I594ecc347f367887890a3182e7c24028bf9a7f50 --- extras/hs-test/vcl_test.go | 1 + 1 file changed, 1 insertion(+) 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") } -- cgit 1.2.3-korg