summaryrefslogtreecommitdiff
path: root/test/system/030-run.bats
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-09-21 14:07:22 -0600
committerEd Santiago <santiago@redhat.com>2022-09-21 14:07:22 -0600
commitd5f044ee7a65270bf942177b036dc83902f576c1 (patch)
tree1f64243b7b4cd1a6290bdb55b580ed8bb9ca2ce3 /test/system/030-run.bats
parentecaefee43495eed3e387b5cdbd416d85ddaa2254 (diff)
downloadpodman-d5f044ee7a65270bf942177b036dc83902f576c1.tar.gz
podman-d5f044ee7a65270bf942177b036dc83902f576c1.tar.bz2
podman-d5f044ee7a65270bf942177b036dc83902f576c1.zip
System tests: reenable some skipped aarch64 tests
Background: in order to add aarch64 tests, we had to add emergency skips to a lot of failing tests. No attempt was ever made to understand why they were failing. Fast forward to today, I filed #15888 just to see if tests are still failing. Looks like a number of them are fixed. (Yes, magically). Remove those skips. See: #15074, #15277 Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/030-run.bats')
-rw-r--r--test/system/030-run.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/030-run.bats b/test/system/030-run.bats
index 8cd29e744..2abf749a1 100644
--- a/test/system/030-run.bats
+++ b/test/system/030-run.bats
@@ -3,7 +3,6 @@
load helpers
@test "podman run - basic tests" {
- skip_if_aarch64 "FIXME: #15074 - fails on aarch64"
rand=$(random_string 30)
err_no_such_cmd="Error:.*/no/such/command.*[Nn]o such file or directory"