diff --git a/test/system/030-run.bats b/test/system/030-run.bats index bf7f67f7f1..40b7fe92f0 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -544,6 +544,7 @@ json-file | f } @test "podman run with --net=host and --port prints warning" { + skip "Frequently flakes on multiple platforms on v2.2 branch" run_podman run -d --rm -p 8080 --net=host $IMAGE ls > /dev/null is "$output" ".*Port mappings have been discarded as one of the Host, Container, Pod, and None network modes are in use" }