Skip to content

Commit

Permalink
Merge pull request containers#19636 from edsantiago/skip_flaky_gating…
Browse files Browse the repository at this point in the history
…_tests

[v4.6] Skip tests that fail in gating
  • Loading branch information
openshift-merge-robot authored Aug 16, 2023
2 parents 9d07740 + 180869e commit 8183ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/system/410-selinux.bats
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ function check_label() {

# FIXME #19376 - container-selinux broken -- bats test_tags=distro-integration
@test "podman selinux: container with label=disable" {
skip "Requires unavailable version of container-selinux"
check_label "--security-opt label=disable" "spc_t"
}

# FIXME #19376 - container-selinux broken -- bats test_tags=distro-integration
@test "podman selinux: privileged container" {
skip "Requires unavailable version of container-selinux"
check_label "--privileged --userns=host" "spc_t"
}

Expand All @@ -70,6 +72,7 @@ function check_label() {

# FIXME #19376 - container-selinux broken -- bats test_tags=distro-integration
@test "podman selinux: pid=host" {
skip "Requires unavailable version of container-selinux"
# FIXME this test fails when run rootless with runc:
# Error: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: readonly path /proc/asound: operation not permitted: OCI permission denied
if is_rootless; then
Expand Down
1 change: 1 addition & 0 deletions test/system/505-networking-pasta.bats
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ function teardown() {
### ICMP, ICMPv6 ###############################################################

@test "podman networking with pasta(1) - ICMP echo request" {
skip "Flaky test"
skip_if_no_ipv4 "IPv6 not routable on the host"

local minuid=$(cut -f1 /proc/sys/net/ipv4/ping_group_range)
Expand Down

0 comments on commit 8183ba8

Please sign in to comment.