Skip to content

Commit

Permalink
docs: move tests to unsupported section
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpig committed Dec 4, 2024
1 parent 338432a commit 030c492
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 030c492

Please sign in to comment.