mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
748af2e285
This test is racy for a long time now. All the logs I could find in CI seem to be dangling symlinks, like the test shows "23 -> ". This means the fd was closed before we did the call to readlink(). Let's try to disable the GC. This should get rid of the "fds are getting closed before we read them" part. Updates: #4297 Signed-off-by: Rodrigo Campos <rodrigo@amutable.com>