Skip to content

Commit 34af1d3

Browse files
committed
disable very slow test for miri
1 parent a0b333e commit 34af1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-libz-rs-sys/src/inflate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,6 +1655,7 @@ fn prng_bytes(seed: u64, bytes: &mut [u8], step: usize) {
16551655
}
16561656

16571657
#[test]
1658+
#[cfg_attr(miri, ignore = "slow")]
16581659
fn test_inflate_flush_block() {
16591660
let window_bits = -15; // Raw
16601661
const CHUNK: usize = 16384;

0 commit comments

Comments
 (0)