hs-test: temporarily skip VppEchoQuicTest 77/42177/2
authorAdrian Villin <[email protected]>
Fri, 17 Jan 2025 15:28:58 +0000 (16:28 +0100)
committerDave Wallace <[email protected]>
Fri, 17 Jan 2025 16:44:08 +0000 (16:44 +0000)
Type: test

Change-Id: I06937c491303dfe2f0b2e847d05a4220c14e83e0
Signed-off-by: Adrian Villin <[email protected]>
extras/hs-test/raw_session_test.go

index cbf85a5..c104031 100644 (file)
@@ -7,6 +7,7 @@ func init() {
 }
 
 func VppEchoQuicTest(s *VethsSuite) {
+       s.Skip("temp skip (broken?)")
        testVppEcho(s, "quic")
 }