We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a0d4f5 + 11f003e commit d2ddcc1Copy full SHA for d2ddcc1
1 file changed
src/persist-types/src/stats.rs
@@ -844,6 +844,7 @@ mod tests {
844
}
845
846
#[test]
847
+ #[cfg_attr(miri, ignore)] // too slow
848
fn test_truncate_bytes_proptest() {
849
fn testcase(x: &[u8]) {
850
for max_len in 0..=x.len() {
@@ -906,6 +907,7 @@ mod tests {
906
907
908
909
910
911
fn test_truncate_string_proptest() {
912
fn testcase(x: &str) {
913
0 commit comments