Loading tests/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -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': Loading tests/test_sba_bs_enc.py +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
tests/test_sba_bs_dec_plc.py +1 −1 Original line number Diff line number Diff line Loading @@ -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': Loading
tests/test_sba_bs_enc.py +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading