Commit cc08d6a6 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 861861b1
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -328,11 +328,11 @@ def test_multichannel(
):
    if in_fmt not in ["STEREO","7_1_4"]:
        if frame_size != "20ms":
            pytest.skip();
            pytest.skip()
        if fs != "48kHz":
            pytest.skip();
            pytest.skip()
        if out_fmt not in ["MONO","STEREO","FOA","7_1_4"]:
            pytest.skip();
            pytest.skip()
        if frame_size != "5ms":
            pytest.skip()