Commit cc14ea28 authored by kinuthia's avatar kinuthia
Browse files

Merge branch 'ci/be-test-against-accepted-release' into ci/update-test-be-to-release-ci-job

parents 63482d9f 4a7779a6
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -131,6 +131,9 @@ def test_decoder_scenebased(
    dut_decoder_frontend,
    update_ref,
):
    # TODO: remove once fixed
    if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5:
        pytest.skip("PlanarFOA and JBM currently crashes")
    testv_name = get_testv_path(input_format, input_sampling_rate).stem
    suffix = ""
    if pca == SBA_FOA_PCA_ON:
+3 −0
Original line number Diff line number Diff line
@@ -127,6 +127,9 @@ def test_decoder_scenebased(
    dut_decoder_frontend,
    update_ref,
):
    # TODO: remove once fixed
    if input_format == "PlanarFOA" and bitstream_processing == BS_PROC_JBM_DLY_PROF_5:
        pytest.skip("PlanarFOA and JBM currently crashes")
    testv_name = get_testv_path(input_format, input_sampling_rate).stem
    suffix = ""
    if pca == SBA_FOA_PCA_ON: