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

drop some failing tests #28954

Merged
merged 4 commits into from
Sep 20, 2024
Merged

Conversation

smoser
Copy link
Member

@smoser smoser commented Sep 19, 2024

  • nfs-utils - drop failing tests

    nfs-utils:

    • 'rpcctl --help' depends on sysfs being mounted or it exits fail.
  • cups - drop failing test

    cups:

    • lpstat was expecting a running service to talk to
  • coreutils - drop failing test

    coreutils -

    • 'sleep' is a busybox shell builtin that fails and exits shell.
  • zfs - drop some tests

    zfs:

    • 'zed --version' requires root. change to 'zed -h'
    • 'zfs --version' tries to load kernel modules. change to 'zfs --help'
    • 'zpool --version' - tries kernel function. change to --help
    • 'zstreamdump' exits 1 - drop

zfs:
 - 'zed --version' requires root. change to 'zed -h'
 - 'zfs --version' tries to load kernel modules. change to 'zfs --help'
 - 'zpool --version' - tries kernel function. change to --help
 - 'zstreamdump' exits 1 - drop
coreutils -
 - 'sleep' is a busybox shell builtin that fails and exits shell.
cups:
 - lpstat was expecting a running service to talk to
nfs-utils:
 - 'rpcctl --help' depends on sysfs being mounted or it exits fail.
@imjasonh imjasonh merged commit b222378 into wolfi-dev:main Sep 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants