sysbox
sysbox copied to clipboard
Fix failing Sysbox CI tests
A few Sysbox CI tests are failing due to proper maintenance (or possible changes required in Sysbox due to changes in Docker Engine):
-
"l1 nginx client-server" -
"syscont dns (user bridge)" -
"inner container dns (user bridge)" - K8s-in-Docker tests (in
tests/kind).
For now I will comment these out so the test suite can pass. We will then proceed to fix them.
PR: https://github.com/nestybox/sysbox/pull/930