Skip to content

Commit

Permalink
system tests (remote): reenable basic exec test
Browse files Browse the repository at this point in the history
Test was disabled August 2020 due to containers#7241, a hang. That issue
has been closed, so let's see if it's really fixed.

Signed-off-by: Ed Santiago <santiago@redhat.com>
  • Loading branch information
edsantiago committed Jan 4, 2021
1 parent 23f25b8 commit d1a2b34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/system/075-exec.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
load helpers

@test "podman exec - basic test" {
skip_if_remote "FIXME: pending #7241"

rand_filename=$(random_string 20)
rand_content=$(random_string 50)

Expand Down

0 comments on commit d1a2b34

Please sign in to comment.