From d4e8f4889355acdb45d01df329490398ba55cb4d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 26 Sep 2019 20:42:18 +0200 Subject: [PATCH] don't run fuzzy tests during debug --- src/dc_mimeparser.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dc_mimeparser.rs b/src/dc_mimeparser.rs index 2aa2ae25c..c4292cad0 100644 --- a/src/dc_mimeparser.rs +++ b/src/dc_mimeparser.rs @@ -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");