Commit aa86e88b authored by hsd's avatar hsd
Browse files

[fix] exclude mono and stereo since they're not supported

parent 6325d672
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -228,6 +228,9 @@ def test_multichannel_binaural_headrotation(test_info, in_fmt, out_fmt, trj_file
@pytest.mark.parametrize("out_fmt", OUTPUT_FORMATS_BINAURAL)
@pytest.mark.parametrize("in_fmt", INPUT_FORMATS_MC)
def test_multichannel_binaural_headrotation_refvec_rotating(test_info, in_fmt, out_fmt):
    if in_fmt in ["MONO", "STEREO"]:
        pytest.skip("MONO or STEREO to Binaural rendering unsupported")

    compare_renderer_args(
        test_info,
        in_fmt,