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:
Filip Tehlar
2024-01-15 13:11:28 +01:00
committed by Florin Coras
parent 705f66e5ac
commit 9418143bd4
3 changed files with 16 additions and 5 deletions

View File

@@ -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")
}