don't run fuzzy tests during debug

This commit is contained in:
holger krekel
2019-09-26 20:42:18 +02:00
parent 02b73207f9
commit d4e8f48893

View File

@@ -1422,6 +1422,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_dc_mimeparser_crash() {
let context = dummy_context();
let raw = include_bytes!("../test-data/message/issue_523.txt");