Commit ed32cc34 authored by Vidhya V P's avatar Vidhya V P
Browse files

Revoked a few changes

[x] To avoid unnecessary skipping of test cases.
parent 0f8c03f3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ def test_sba_plc_system(
    agc
):
    SID = 0
    if dtx == '1' and ivas_br not in ['13200', '64000']:
    if dtx == '1' and ivas_br not in ['13200','16400','32000', '64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()
    if ivas_br == '13200' or ivas_br == '16400':
+2 −2
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ def test_sba_enc_system(
    agc,
):
    SID = 0
    if dtx == '1' and ivas_br not in ['13200', '64000']:
    if dtx == '1' and ivas_br not in ['13200','16400','32000','64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()
    if ivas_br == 'sw_24k4_256k.bin' and agc != 1: