summaryrefslogtreecommitdiff
path: root/test/system/075-exec.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-10 10:13:25 -0400
committerGitHub <noreply@github.com>2020-08-10 10:13:25 -0400
commitda00482ef29e0a04a690f1538391e38b0b951dd0 (patch)
treebc9de20dda17fa08d9cde10f3aaff7763dd14915 /test/system/075-exec.bats
parent95e2e15a3f13babfabb1b8d192893a56719d79a9 (diff)
parent3c880a9b830d994ed73f715726e5fc551f0e1776 (diff)
downloadpodman-da00482ef29e0a04a690f1538391e38b0b951dd0.tar.gz
podman-da00482ef29e0a04a690f1538391e38b0b951dd0.tar.bz2
podman-da00482ef29e0a04a690f1538391e38b0b951dd0.zip
Merge pull request #7238 from edsantiago/bats
system tests: podman-remote, image tree
Diffstat (limited to 'test/system/075-exec.bats')
-rw-r--r--test/system/075-exec.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index aa6e2bd28..38c6c2312 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -6,6 +6,8 @@
load helpers
@test "podman exec - basic test" {
+ skip_if_remote "FIXME: pending #7241"
+
rand_filename=$(random_string 20)
rand_content=$(random_string 50)