diff options
author | 2025-01-17 16:28:58 +0100 | |
---|---|---|
committer | 2025-01-17 16:44:08 +0000 | |
commit | 7bf82c1558868238e3884f6742737641b2a55290 (patch) | |
tree | ba46fc84f791e9d23f0fdf1749cafd98538ee773 /extras | |
parent | ccf216b9403d7e3fd9e550fa955d76a633406370 (diff) |
hs-test: temporarily skip VppEchoQuicTest
Type: test
Change-Id: I06937c491303dfe2f0b2e847d05a4220c14e83e0
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/hs-test/raw_session_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
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") } |