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
+1
View File
@@ -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;