Skip to content

Commit

Permalink
Disable miri test which seems to run too slowly
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Jun 26, 2024
1 parent 845a60f commit 0e6f3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/src/coded_output_stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ mod test {
}

#[test]
#[cfg_attr(miri, ignore)] // Miri is too slow for this test.
fn total_bytes_written_updated_when_writing_lots_of_bytes() {
let data = "ff".repeat(10000);
let bytes = decode_hex(&data);
Expand Down

0 comments on commit 0e6f3ff

Please sign in to comment.