mirror of
https://github.com/containers/podman.git
synced 2025-06-29 23:22:40 +08:00
test: enable test_wait_next_exit
Signed-off-by: Matej Vasek <mvasek@redhat.com>
This commit is contained in:
@ -264,7 +264,6 @@ class TestContainers(common.DockerTestCase):
|
||||
vol.remove(force=True)
|
||||
|
||||
def test_wait_next_exit(self):
|
||||
self.skipTest("Skip until fix container-selinux#196 is available.")
|
||||
ctr: Container = self.docker.containers.create(
|
||||
image=constant.ALPINE,
|
||||
name="test-exit",
|
||||
|
Reference in New Issue
Block a user