diff options
Diffstat (limited to 'extras/hs-test/vcl_test.go')
-rw-r--r-- | extras/hs-test/vcl_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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") } |