Commit 921454c0 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Makes pytest case skipping in MASA pytests as intended.

parent f8c88e09
Loading
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -102,9 +102,11 @@ def test_masa_enc_dec(

    # Apply test skipping here
    if dtx:
        if output_mode == 'EXT' and ivas_br in test_split_br:
        if output_mode == 'EXT':
            if ivas_br in test_split_br:
                pytest.skip("Skipping some DTX bitrates for EXT")
        else:
            if ivas_br not in test_split_br:
                pytest.skip("Skipping some other DTX bitrates for other outputs")

    # Set reference encoder and decoder