summaryrefslogtreecommitdiff
path: root/test/system/075-exec.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-22 11:37:36 +0200
committerGitHub <noreply@github.com>2022-09-22 11:37:36 +0200
commita49aa135af3b9af368cee861d2ef2884f54893f6 (patch)
tree1f64243b7b4cd1a6290bdb55b580ed8bb9ca2ce3 /test/system/075-exec.bats
parentecaefee43495eed3e387b5cdbd416d85ddaa2254 (diff)
parentd5f044ee7a65270bf942177b036dc83902f576c1 (diff)
downloadpodman-a49aa135af3b9af368cee861d2ef2884f54893f6.tar.gz
podman-a49aa135af3b9af368cee861d2ef2884f54893f6.tar.bz2
podman-a49aa135af3b9af368cee861d2ef2884f54893f6.zip
Merge pull request #15894 from edsantiago/reenable_some_aarch64_tests
System tests: reenable some skipped aarch64 tests
Diffstat (limited to 'test/system/075-exec.bats')
-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 7dd43c2c3..0a6048b7e 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_aarch64 "FIXME: #15074 - fails on aarch64"
-
rand_filename=$(random_string 20)
rand_content=$(random_string 50)