diff --git a/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs b/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs index 1fdf12c9fe..c5bc4de0b9 100644 --- a/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs +++ b/tfhe/src/core_crypto/algorithms/test/noise_distribution/mod.rs @@ -56,7 +56,9 @@ pub const NOISE_TEST_PARAMS_MULTI_BIT_GROUP_3_2_BITS_NATIVE_U64_132_BITS_GAUSSIA thread_count: ThreadCount(12), }; +// Tests currently disabled on M1 #[allow(clippy::excessive_precision)] +#[cfg_attr(target_arch = "aarch64", allow(dead_code))] pub const NOISE_TEST_PARAMS_MULTI_BIT_GROUP_3_4_BITS_NATIVE_U64_132_BITS_GAUSSIAN: MultiBitTestParams = MultiBitTestParams { input_lwe_dimension: LweDimension(912),