X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2Fraw_session_test.go;h=45c4278c470917c7f682a1f6f282f6d065541b33;hb=9418143bd4c8f3bb46c32800c1ae85b20bbe8815;hp=655afb6548cf8bb1b502becc3f5d56781d3eae0d;hpb=705f66e5acbc5c7ebc6e10f89a40c4ccdb787cac;p=vpp.git 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") }