summaryrefslogtreecommitdiff
path: root/test/system
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-01-27 14:25:06 -0500
committerGitHub <noreply@github.com>2021-01-27 14:25:06 -0500
commit1814fa2d21494a543881d7dc5bacffbb04d85d18 (patch)
tree55d70e9a08327743c74c7cb54f5e3d42da22a317 /test/system
parent2ff4da9b59df27584e436ff59a9d12b2c5e5e410 (diff)
parentc63599d361396c8bd02cc4bfccff0e7d97653146 (diff)
downloadpodman-1814fa2d21494a543881d7dc5bacffbb04d85d18.tar.gz
podman-1814fa2d21494a543881d7dc5bacffbb04d85d18.tar.bz2
podman-1814fa2d21494a543881d7dc5bacffbb04d85d18.zip
Merge pull request #9105 from vrothberg/fix-8281
remote exec: write conmon error on hijacked connection
Diffstat (limited to 'test/system')
-rw-r--r--test/system/075-exec.bats2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index c028e16c9..badf44c49 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -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)