hs-test: change convention for skipping tests
[vpp.git] / extras / hs-test / vcl_test.go
index a949565..281b916 100644 (file)
@@ -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")
 }