Skip to content

Commit 0e6f3ff

Browse files
committed
Disable miri test which seems to run too slowly
1 parent 845a60f commit 0e6f3ff

File tree

1 file changed

+1
-0
lines changed
  • protobuf/src/coded_output_stream

1 file changed

+1
-0
lines changed

protobuf/src/coded_output_stream/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,7 @@ mod test {
12261226
}
12271227

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

0 commit comments

Comments
 (0)