diff --git a/test/system/410-selinux.bats b/test/system/410-selinux.bats index d47e5abc43..a9959a12ad 100644 --- a/test/system/410-selinux.bats +++ b/test/system/410-selinux.bats @@ -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" } @@ -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 diff --git a/test/system/505-networking-pasta.bats b/test/system/505-networking-pasta.bats index c55b7d3eb9..aa5652ec2c 100644 --- a/test/system/505-networking-pasta.bats +++ b/test/system/505-networking-pasta.bats @@ -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)