Commit 46a5937d authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

restrict SID-tests only to low FER patterns

parent 9b492aa6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ def test_sba_plc_system(
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()
    if ivas_br == '13200' or ivas_br == '16400':
        if dtx == '1' and gain_flag == 0 and fs != '16':
        if dtx == '1' and gain_flag == 0 and fs != '16' and plc_pattern == 'PLperc12mblen5':
            SID = 1
        else:
            pytest.skip()