ms/imaadpcmenc: disable encoding to file in tests
[nihav.git] / nihav-ms / src / codecs / imaadpcmenc.rs
index a64f58f0dbac96282d6208516bcf3f53837552de..45e8d21f32cc2b4e04340c802c40666fceaec838 100644 (file)
@@ -371,7 +371,7 @@ mod test {
         let enc_options = &[
                 NAOption{name: "trellis", value: NAValue::Bool(trellis)},
             ];
-        test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
+//        test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options);
 
         test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options,
                           hash);