Loading scripts/tests/test_renderer.py +1 −0 Original line number Diff line number Diff line Loading @@ -467,6 +467,7 @@ def test_multichannel_binaural_static(test_info, in_fmt, out_fmt): check_BE(test_info, ref, ref_fs, cut, cut_fs) @pytest.mark.skip("Skip CREND unit test comparison until ASAN issues and copying binaries is fixed") @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_MC[2:]) def test_multichannel_binaural_static_vs_crend_unittest(test_info, in_fmt, out_fmt): Loading Loading
scripts/tests/test_renderer.py +1 −0 Original line number Diff line number Diff line Loading @@ -467,6 +467,7 @@ def test_multichannel_binaural_static(test_info, in_fmt, out_fmt): check_BE(test_info, ref, ref_fs, cut, cut_fs) @pytest.mark.skip("Skip CREND unit test comparison until ASAN issues and copying binaries is fixed") @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_MC[2:]) def test_multichannel_binaural_static_vs_crend_unittest(test_info, in_fmt, out_fmt): Loading