Commit 91f6930f authored by BOHMRR's avatar BOHMRR
Browse files

skip high bitrates testing for DTX until DTX issue is resolved

parent c349af39
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -163,6 +163,10 @@ def test_sba_enc_system(
    fs,
    agc,
):
    if dtx == '1' and ivas_br not in ['32000', '64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()

    tag = tag + fs + 'c'
    max_bw = "FB"
    bypass = -1