aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2022-11-11 10:37:33 +0100
committerFlorin Coras <florin.coras@gmail.com>2022-11-14 20:59:01 +0000
commit468d7876b97c4ee130da0d9922f1fdcf877133bc (patch)
tree0c3eb935189b12fa566133015301e072cc1d0276
parentabf81c3add28528119ed7770a21d67098ddf2c27 (diff)
hs-test: skip vcl reattach test
Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: I594ecc347f367887890a3182e7c24028bf9a7f50
-rwxr-xr-xextras/hs-test/vcl_test.go1
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")
}