diff --git a/src/lib.rs b/src/lib.rs index 036be9f..7a5dfa9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -870,6 +870,8 @@ mod cache_tests { // Sanity-checking that cache_key's behavior is stable over time. This test may need to be // updated when changing Rust versions / editions. + // Disabled on hardware that generates other hashes, see #39 + #[cfg(target_endian = "little")] #[test] fn stable_hash() { assert_eq!(100.cache_key(), "7D208C81E8236995");