ms/imaadpcmenc: disable encoding to file in tests
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 18 Oct 2021 16:52:46 +0000 (18:52 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 18 Oct 2021 16:56:38 +0000 (18:56 +0200)
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);