Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: HACK: Kill leaked conmon processes in teardown
TestApplication.testRunImageSystem leaks conmon processes when opening the Console of busybox-without-publish. This isn't obvious to reproduce on the CLI (a simple `podman exec -it` doesn't do that), the opening of our cockpit channel via the podman API does something special here. We've had this hack for a while already. But move this into a separate commit so that we can revert it more easily eventually.
- Loading branch information