hs-test: change convention for skipping tests
Also re-enable external echo QUIC test.
Type: test
Change-Id: I3973409c31fd7c42b97ac3ceae1a5cbad6f1b2b6
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
diff --git a/extras/hs-test/raw_session_test.go b/extras/hs-test/raw_session_test.go
index 655afb6..45c4278 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")
}