Skip to content

Commit

Permalink
Merge pull request #21271 from edsantiago/reenable_fixed_flakes
Browse files Browse the repository at this point in the history
CI: reenable tests that are working again
  • Loading branch information
openshift-merge-bot[bot] authored Jan 17, 2024
2 parents 2981262 + e66413b commit c187687
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
8 changes: 2 additions & 6 deletions test/system/125-import.bats
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@ load helpers
run_podman rmi -f $fqin
}

# Integration tag to catch future breakage in tar, e.g. #19407
# bats test_tags=distro-integration
@test "podman export, alter tarball, re-import" {
# Skip this only when running under rawhide in CI, since detecting
# and/or skipping for rawhide outside this environment is unhelpful.
if [[ "$CIRRUS_CI" == "true" ]] && [[ "$DISTRO_NV" == "rawhide" ]]; then
skip "FIXME: #19407 Broken in rawhide: processing tar file(): duplicates of file paths not supported"
fi

# Create a test file following test
mkdir $PODMAN_TMPDIR/tmp
touch $PODMAN_TMPDIR/testfile1
Expand Down
3 changes: 0 additions & 3 deletions test/system/180-blkio.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ function teardown() {
}

@test "podman run --blkio-weight-device" {
# Broken on rawhide & F38 images as of c20230726t191046z-f38f37d13
skip "FIXME: #19471 brq / blkio / loopbackfs / something broken"

skip_if_rootless "cannot create devices in rootless mode"

# create loopback device
Expand Down
1 change: 0 additions & 1 deletion test/system/200-pod.bats
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ spec:
skip_if_remote "resource limits only implemented on non-remote"
skip_if_rootless "resource limits only work with root"
skip_if_cgroupsv1 "resource limits only meaningful on cgroups V2"
skip_if_aarch64 "FIXME: #15074 - flakes often on aarch64"

# create loopback device
lofile=${PODMAN_TMPDIR}/disk.img
Expand Down
4 changes: 1 addition & 3 deletions test/system/280-update.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ function teardown() {
}


# bats test_tags=distro-integration
@test "podman update - test all options" {
# Broken on rawhide & F38 images as of c20230726t191046z-f38f37d13
skip "FIXME: #19471 brq / blkio / loopbackfs / something broken"

local cgv=1
if is_cgroupsv2; then
cgv=2;
Expand Down

0 comments on commit c187687

Please sign in to comment.