diff --git a/phf/tests/test.rs b/phf/tests/test.rs index edfa789..b28cf0f 100644 --- a/phf/tests/test.rs +++ b/phf/tests/test.rs @@ -144,6 +144,7 @@ mod map { ) #[test] + #[ignore] fn test_binary_keys() { test_key_type!(&'static [u8], b"hello" => 0, b"world" => 1); }