Skip to content

Commit

Permalink
Cirrus: Skip frequent flake on v2.2 branch
Browse files Browse the repository at this point in the history
This test frequently flakes on at least one platform during daily
cirrus-cron runs on the v2.2 branch.  Since this is not happening on
other versions, assume it's some kind of difficult-to-find/fix race
condition.  Skip the test on all platforms to cut down on noise.

Ref: containers#7340

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Mar 4, 2021
1 parent c0ab432 commit 7d16e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/system/030-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 7d16e06

Please sign in to comment.