diff options
Diffstat (limited to 'extras/hs-test/raw_session_test.go')
-rw-r--r-- | extras/hs-test/raw_session_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/hs-test/raw_session_test.go b/extras/hs-test/raw_session_test.go index 655afb6548c..45c4278c470 100644 --- a/extras/hs-test/raw_session_test.go +++ b/extras/hs-test/raw_session_test.go @@ -1,12 +1,11 @@ package main func (s *VethsSuite) TestVppEchoQuic() { - s.skip("quic test skipping..") s.testVppEcho("quic") } -func (s *VethsSuite) TestVppEchoUdp() { - s.skip("udp echo currently broken in vpp, skipping..") +// udp echo currently broken in vpp, skipping +func (s *VethsSuite) SkipTestVppEchoUdp() { s.testVppEcho("udp") } |