From 7bf82c1558868238e3884f6742737641b2a55290 Mon Sep 17 00:00:00 2001 From: Adrian Villin Date: Fri, 17 Jan 2025 16:28:58 +0100 Subject: hs-test: temporarily skip VppEchoQuicTest Type: test Change-Id: I06937c491303dfe2f0b2e847d05a4220c14e83e0 Signed-off-by: Adrian Villin --- extras/hs-test/raw_session_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'extras') 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") } -- cgit