diff options
author | Adrian Villin <avillin@cisco.com> | 2024-06-03 04:58:58 -0400 |
---|---|---|
committer | Adrian Villin <avillin@cisco.com> | 2024-06-03 04:58:58 -0400 |
commit | 05b0307962519bcc61853f3810efddf90cab9217 (patch) | |
tree | 3673b92d5524fa51d49362acd76f34ebe493eb05 /extras/hs-test/mirroring_test.go | |
parent | 9d5be6ae2a701838670b606b1fae98646f6dced6 (diff) |
hs-test: add libunwind dependency to nginx dockerfile
- Libunwind was missing in Dockerfile.nginx, causing some tests to fail.
Tests that were temporarily disabled because of that issue
are now re-enabled.
Type: test
Change-Id: I3f544be483784e8a7a1f22737cafca615b9f836b
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.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/hs-test/mirroring_test.go b/extras/hs-test/mirroring_test.go index daf3fc913e0..1fd15dde2f4 100644 --- a/extras/hs-test/mirroring_test.go +++ b/extras/hs-test/mirroring_test.go @@ -5,12 +5,11 @@ 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() |