aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/mirroring_test.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-05-31 10:11:34 -0400
committerAdrian Villin <avillin@cisco.com>2024-05-31 10:55:40 -0400
commit00e35ce8e06a42f5e161e44914958ad4ad93772e (patch)
tree88bb3cf55d9fdb89a91f62dc2ffae16da2137377 /extras/hs-test/mirroring_test.go
parentfd366b4da620ad92626129ea65b5c7fc14f95c86 (diff)
hs-test: temp skip some tests
- Some tests are broken in the CI, skipping them for now Type: test Change-Id: I3d4efeee63b819956e5ffa1b3920e81962a2fcc9 Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/mirroring_test.go')
-rw-r--r--extras/hs-test/mirroring_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/hs-test/mirroring_test.go b/extras/hs-test/mirroring_test.go
index 1fd15dde2f4..daf3fc913e0 100644
--- a/extras/hs-test/mirroring_test.go
+++ b/extras/hs-test/mirroring_test.go
@@ -5,11 +5,12 @@ import (
)
func init() {
- registerNginxTests(MirroringTest)
+ // registerNginxTests(MirroringTest)
}
// broken when CPUS > 1
func MirroringTest(s *NginxSuite) {
+ s.skip("Broken in the CI")
s.SkipIfMultiWorker()
proxyAddress := s.getInterfaceByName(mirroringClientInterfaceName).peer.ip4AddressString()