X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fvcl_test.go;h=281b91617b92e1d37d1b550fa03aa9b94cb95ee9;hb=9418143bd4c8f3bb46c32800c1ae85b20bbe8815;hp=a949565f299296843ef7439422379fe3293c9d9f;hpb=705f66e5acbc5c7ebc6e10f89a40c4ccdb787cac;p=vpp.git diff --git a/extras/hs-test/vcl_test.go b/extras/hs-test/vcl_test.go index a949565f299..281b91617b9 100644 --- a/extras/hs-test/vcl_test.go +++ b/extras/hs-test/vcl_test.go @@ -105,8 +105,8 @@ func (s *VethsSuite) TestVclEchoUdp() { s.testVclEcho("udp") } -func (s *VethsSuite) TestVclRetryAttach() { - s.skip("this test takes too long, for now it's being skipped") +// this test takes too long, for now it's being skipped +func (s *VethsSuite) SkipTestVclRetryAttach() { s.testRetryAttach("tcp") }