From 9dff7d86cbf461391d4a3ee7e7fe3487f2ce3689 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 29 Apr 2023 21:29:47 +0200 Subject: [PATCH] Disable test_factor::test_parallel on android --- tests/by-util/test_factor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_factor.rs b/tests/by-util/test_factor.rs index 59940e2e3..1c7541370 100644 --- a/tests/by-util/test_factor.rs +++ b/tests/by-util/test_factor.rs @@ -35,6 +35,7 @@ fn test_valid_arg_exponents() { #[test] #[cfg(feature = "sort")] +#[cfg(not(target_os = "android"))] fn test_parallel() { use crate::common::util::AtPath; use hex_literal::hex;