Commit c050055e authored by sagnowski's avatar sagnowski
Browse files

Disable VoIP split rendering tests for mixed formats (will be finalised separately)

parent 2c5914ea
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -602,8 +602,9 @@ IN_FORMATS = [
    "ISM4",
    "FOA",
    "MASA2TC",
    "OSBA_ISM3_HOA3",
    "OMASA_ISM4",
    # Mixed formats to be finalised in a follow-up issue
    # "OSBA_ISM3_HOA3",
    # "OMASA_ISM4",
]

DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"]
@@ -613,7 +614,7 @@ DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"]
# chain to ensure time-scaling and other JBM operations are BE between the two.
@pytest.mark.parametrize("in_format", IN_FORMATS)
@pytest.mark.parametrize("delay_profile", DELAY_PROFILES)
def test_be_splitrend_vs_binaural(
def test_voip_be_splitrend_vs_binaural(
    in_format,
    delay_profile,
    dut_encoder_frontend,