Skip to content

Commit

Permalink
Merge pull request #17854 from matejvasek/enable-test-test_wait_next_…
Browse files Browse the repository at this point in the history
…exit

test: enable test_wait_next_exit
  • Loading branch information
openshift-merge-robot authored Apr 12, 2023
2 parents 5294864 + d286564 commit c8eb151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/python/docker/compat/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ def test_mount_rw_by_default(self):
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",
Expand Down

0 comments on commit c8eb151

Please sign in to comment.