1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Disable test_factor::test_parallel on android

This commit is contained in:
Sylvestre Ledru 2023-04-29 21:29:47 +02:00
parent 53ae5c33c9
commit 9dff7d86cb

View file

@ -35,6 +35,7 @@ fn test_valid_arg_exponents() {
#[test] #[test]
#[cfg(feature = "sort")] #[cfg(feature = "sort")]
#[cfg(not(target_os = "android"))]
fn test_parallel() { fn test_parallel() {
use crate::common::util::AtPath; use crate::common::util::AtPath;
use hex_literal::hex; use hex_literal::hex;