hs-test: logging improvements
[vpp.git] / extras / hs-test / raw_session_test.go
index cf74c62..5c66df0 100644 (file)
@@ -1,16 +1,15 @@
 package main
 
 func init() {
-       registerVethTests(VppEchoQuicTest, VppEchoTcpTest, VppEchoUdpTest)
+       registerVethTests(VppEchoQuicTest, VppEchoTcpTest)
 }
 
 func VppEchoQuicTest(s *VethsSuite) {
        s.testVppEcho("quic")
 }
 
-// udp echo currently broken in vpp, skipping
+// TODO: udp echo currently broken in vpp
 func VppEchoUdpTest(s *VethsSuite) {
-       s.skip("Broken")
        s.testVppEcho("udp")
 }