diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2022-11-11 10:37:33 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-11-14 20:59:01 +0000 |
commit | 468d7876b97c4ee130da0d9922f1fdcf877133bc (patch) | |
tree | 0c3eb935189b12fa566133015301e072cc1d0276 /extras/hs-test/vcl_test.go | |
parent | abf81c3add28528119ed7770a21d67098ddf2c27 (diff) |
hs-test: skip vcl reattach test
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I594ecc347f367887890a3182e7c24028bf9a7f50
Diffstat (limited to 'extras/hs-test/vcl_test.go')
-rwxr-xr-x | extras/hs-test/vcl_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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") } |