diff --git a/tests/renderer/test_renderer.py b/tests/renderer/test_renderer.py index 108ea0bc9ec4f5a7f364bb79b15dcd3afa3a2a0f..8cfda2f6dbbed56e3c31f39b6ffd818408bc7e4d 100644 --- a/tests/renderer/test_renderer.py +++ b/tests/renderer/test_renderer.py @@ -209,6 +209,7 @@ def test_dynamic_acoustic_environment( ) +@pytest.mark.skip("MSAN errors in BASOP need to be fixed") @pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL[2:]) @pytest.mark.parametrize("in_fmt", INPUT_FORMATS_AMBI) @pytest.mark.parametrize("frame_size", FRAMING_TO_TEST)