From 030c49237468ef08a1b48d5b6a4d84777566dec0 Mon Sep 17 00:00:00 2001 From: nixpig <143995476+nixpig@users.noreply.github.com> Date: Wed, 4 Dec 2024 06:04:10 +0000 Subject: [PATCH] docs: move tests to unsupported section --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e2e811a..69d2046 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,6 @@ Tests are run on every build in [this Github Action](https://github.com/nixpig/b - [ ] linux_process_apparmor_profile - [ ] linux_seccomp -- [ ] pidfile -- [ ] poststart_fail -- [ ] poststop_fail ### Unsupported tests @@ -266,9 +263,12 @@ Clean: Delete: exit status 1 #### Other unsupported tests -- misc_props (flaky due to test suite trying to delete container before process has exiting and status updated to stopped) -- delete_resources (depends on cgroupv2, same as linux_cgroups\_\* tests) -- delete_only_create_resources (depends on cgroupv2, same as linux_cgroups\_\* tests) +- [ ] ~~misc_props~~ (flaky due to test suite trying to delete container before process has exiting and status updated to stopped) +- [ ] ~~delete_resources~~ (depends on cgroupv2, same as linux_cgroups\_\* tests) +- [ ] ~~delete_only_create_resources~~ (depends on cgroupv2, same as linux_cgroups\_\* tests) +- [ ] ~~pidfile~~ (runc also doesn't pass this test) +- [ ] ~~poststart_fail~~ (runc also doesn't pass this test) +- [ ] ~~poststop_fail~~ (runc also doesn't pass this test) ## Contributing