fs: skip some io_uring tests on Kernels that don't support it (#8134)

This commit is contained in:
Mattia Pitossi
2026-05-11 13:58:50 +02:00
committed by GitHub
parent ee0dc90926
commit bdcea6b2cd
5 changed files with 73 additions and 14 deletions
@@ -40,6 +40,8 @@ jobs:
make defconfig
make -j$(nproc)
# We are running tests also on a Kernel version that does not support io_uring
# to check if the fallback mechanism works
- name: Generate test binaries with io_uring enabled
run: |
# Build both integration (tokio/tests/) and unit (e.g., tokio/src/fs/file/tests.rs) tests with io_uring enabled