Loading ci/remove_unsupported_testcases.py +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ TESTCASES = [ "OMASA vdir2TC 4ISM at br sw techs 13.2 to 512 kbps start 80 kbps, 48kHz in, 48kHz out, EXT out", "OMASA vdir2TC 4ISM at br sw techs 13.2 to 512 kbps start 80 kbps, 48kHz in, 48kHz out, FOA out, JBM Prof 5", "OMASA vdir1TC 3ISM at br sw techs 13.2 to 512 kbps start 48 kbps, 48kHz in, 32kHz out, STEREO out, FER at 10%", "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None" ] Loading tests/split_rendering/test_split_rendering.py +3 −0 Original line number Diff line number Diff line Loading @@ -621,6 +621,9 @@ def test_full_chain_split_pcm( if delay_profile is not None: pytest.skip("BASOP-TEMPORARY: Skipping all delay profiles except None") if "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None" in test_info.config.option.file_or_dir[0]: pytest.skip("BASOP-TEMPORARY: Skipping crashing test case!") trajectory = SPLIT_REND_HR_TRAJECTORIES_TO_TEST[0] post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv") pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed") Loading Loading
ci/remove_unsupported_testcases.py +0 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,6 @@ TESTCASES = [ "OMASA vdir2TC 4ISM at br sw techs 13.2 to 512 kbps start 80 kbps, 48kHz in, 48kHz out, EXT out", "OMASA vdir2TC 4ISM at br sw techs 13.2 to 512 kbps start 80 kbps, 48kHz in, 48kHz out, FOA out, JBM Prof 5", "OMASA vdir1TC 3ISM at br sw techs 13.2 to 512 kbps start 48 kbps, 48kHz in, 32kHz out, STEREO out, FER at 10%", "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None" ] Loading
tests/split_rendering/test_split_rendering.py +3 −0 Original line number Diff line number Diff line Loading @@ -621,6 +621,9 @@ def test_full_chain_split_pcm( if delay_profile is not None: pytest.skip("BASOP-TEMPORARY: Skipping all delay profiles except None") if "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None" in test_info.config.option.file_or_dir[0]: pytest.skip("BASOP-TEMPORARY: Skipping crashing test case!") trajectory = SPLIT_REND_HR_TRAJECTORIES_TO_TEST[0] post_trajectory = HR_TRAJECTORY_DIR.joinpath(f"{trajectory}.csv") pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed") Loading