hs-test: change convention for skipping tests
Also re-enable external echo QUIC test. Type: test Change-Id: I3973409c31fd7c42b97ac3ceae1a5cbad6f1b2b6 Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
705f66e5ac
commit
9418143bd4
@@ -105,8 +105,8 @@ func (s *VethsSuite) TestVclEchoUdp() {
|
||||
s.testVclEcho("udp")
|
||||
}
|
||||
|
||||
func (s *VethsSuite) TestVclRetryAttach() {
|
||||
s.skip("this test takes too long, for now it's being skipped")
|
||||
// this test takes too long, for now it's being skipped
|
||||
func (s *VethsSuite) SkipTestVclRetryAttach() {
|
||||
s.testRetryAttach("tcp")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user