From: Adrian Villin Date: Fri, 17 Jan 2025 15:28:58 +0000 (+0100) Subject: hs-test: temporarily skip VppEchoQuicTest X-Git-Tag: v25.06-rc0~18 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7bf82c1558868238e3884f6742737641b2a55290;p=vpp.git hs-test: temporarily skip VppEchoQuicTest Type: test Change-Id: I06937c491303dfe2f0b2e847d05a4220c14e83e0 Signed-off-by: Adrian Villin --- diff --git a/extras/hs-test/raw_session_test.go b/extras/hs-test/raw_session_test.go index cbf85a54530..c104031f78f 100644 --- a/extras/hs-test/raw_session_test.go +++ b/extras/hs-test/raw_session_test.go @@ -7,6 +7,7 @@ func init() { } func VppEchoQuicTest(s *VethsSuite) { + s.Skip("temp skip (broken?)") testVppEcho(s, "quic") }