test: remove runc skip for seccomp_notify and memory_policy#3445
Merged
saku3 merged 2 commits intoyouki-dev:mainfrom Mar 8, 2026
Merged
test: remove runc skip for seccomp_notify and memory_policy#3445saku3 merged 2 commits intoyouki-dev:mainfrom
saku3 merged 2 commits intoyouki-dev:mainfrom
Conversation
runc has supported seccomp notify since v1.1.0 (January 2022). Remove the skip condition so the test runs against both youki and runc. Signed-off-by: nayuta-ai <nayuta723@gmail.com>
485ec22 to
08658ac
Compare
Member
|
@nayuta723 Sorry for the additional request, but could you remove it as well? |
runc has supported memory policy since v1.4.0 (November 2025). Remove the TODO and skip condition so the tests run against both youki and runc. Signed-off-by: nayuta-ai <nayuta723@gmail.com>
2dcded9 to
54dc68e
Compare
saku3
approved these changes
Mar 8, 2026
Member
saku3
left a comment
There was a problem hiding this comment.
Thank you for addressing this as well.
sat0ken
pushed a commit
to sat0ken/youki
that referenced
this pull request
Mar 17, 2026
…v#3445) * test(seccomp_notify): remove runc skip as runc supports seccomp notify runc has supported seccomp notify since v1.1.0 (January 2022). Remove the skip condition so the test runs against both youki and runc. Signed-off-by: nayuta-ai <nayuta723@gmail.com> * test(memory_policy): remove runc skip as runc supports memory policy runc has supported memory policy since v1.4.0 (November 2025). Remove the TODO and skip condition so the tests run against both youki and runc. Signed-off-by: nayuta-ai <nayuta723@gmail.com> --------- Signed-off-by: nayuta-ai <nayuta723@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
runc now supports both seccomp notify and memory policy:
Remove the skip conditions so these tests run against both youki and runc.
Type of Change
Testing
Related Issues
Fixes #
Additional Context