Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BATS_SKIP variables #525

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions job_groups/opensuse_tumbleweed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,12 +339,12 @@ scenarios:
AARDVARK_BATS_SKIP: 'none'
NETAVARK_BATS_SKIP: '001-basic 250-bridge-nftables 500-plugin'
PODMAN_BATS_SKIP: '125-import'
PODMAN_BATS_SKIP_ROOT_LOCAL: '030-run 120-load'
PODMAN_BATS_SKIP_ROOT_LOCAL: '120-load 271-tcp-cors-server'
PODMAN_BATS_SKIP_ROOT_REMOTE: '180-blkio'
PODMAN_BATS_SKIP_USER_LOCAL: '200-pod 505-networking-pasta'
PODMAN_BATS_SKIP_USER_LOCAL: '200-pod 271-tcp-cors-server 505-networking-pasta'
PODMAN_BATS_SKIP_USER_REMOTE: '505-networking-pasta'
RUNC_BATS_SKIP: 'update'
RUNC_BATS_SKIP_ROOT: 'cgroups'
RUNC_BATS_SKIP: 'none'
RUNC_BATS_SKIP_ROOT: 'none'
RUNC_BATS_SKIP_USER: 'none'
SKOPEO_BATS_SKIP: 'none'
SKOPEO_BATS_SKIP_USER: 'none'
Expand Down
Loading