diff options
author | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-03-20 08:21:46 -0600 |
commit | afce37671f19e1545d7f61bb8b9d91b3077b17ed (patch) | |
tree | 06258ee97ad9dddf38f67d8c5244a4be53784b02 /test/system/500-networking.bats | |
parent | ebc9871c9358b41daefc37e5db8119f596770cb7 (diff) | |
download | podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.gz podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.tar.bz2 podman-afce37671f19e1545d7f61bb8b9d91b3077b17ed.zip |
System tests: reenable a bunch of skipped tests
Checking for 'skip.*[0-9]{4,5}', and checking status on said
issues, finds several that have been closed. Let's see if
they're really fixed.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/system/500-networking.bats')
-rw-r--r-- | test/system/500-networking.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats index 0d976a6af..4868ad6a0 100644 --- a/test/system/500-networking.bats +++ b/test/system/500-networking.bats @@ -97,7 +97,6 @@ load helpers # "network create" now works rootless, with the help of a special container @test "podman network create" { - skip_if_remote "FIXME: pending #7808" myport=54322 local mynetname=testnet-$(random_string 10) |