From 30cfcd3a1f80aa84bbbb30f372e7306f1b700d59 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Wed, 18 Jan 2023 14:02:04 -0600 Subject: [PATCH] Trim list of skipped tests Signed-off-by: Michel Alexandre Salim --- rust-nix0.24.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-nix0.24.spec b/rust-nix0.24.spec index 3cc9abf..63db83c 100644 --- a/rust-nix0.24.spec +++ b/rust-nix0.24.spec @@ -462,7 +462,6 @@ use the "zerocopy" feature of the "%{crate}" crate. %check # * skip tests that don't work in mock environments %cargo_test -- -- \ - --skip sys::test_socket::test_af_alg_cipher --skip src/sys/socket/mod.rs \ --skip sys::test_ioctl::linux_ioctls::test_ioctl_write_int \ --skip test_fcntl::linux_android::test_copy_file_range %endif