Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ccf216b
)
hs-test: temporarily skip VppEchoQuicTest
77/42177/2
author
Adrian Villin
<
[email protected]
>
Fri, 17 Jan 2025 15:28:58 +0000
(16:28 +0100)
committer
Dave 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
patch
|
blob
|
history
diff --git
a/extras/hs-test/raw_session_test.go
b/extras/hs-test/raw_session_test.go
index
cbf85a5
..
c104031
100644
(file)
--- 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")
}