Loading tests/split_rendering/test_split_rendering.py +2 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,8 @@ 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]: param_string = f"{in_fmt}-{bitrate}-{render_config}-{delay_profile}" if param_string == "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None": pytest.skip("BASOP-TEMPORARY: Skipping crashing test case!") trajectory = SPLIT_REND_HR_TRAJECTORIES_TO_TEST[0] Loading Loading
tests/split_rendering/test_split_rendering.py +2 −1 Original line number Diff line number Diff line Loading @@ -621,7 +621,8 @@ 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]: param_string = f"{in_fmt}-{bitrate}-{render_config}-{delay_profile}" if param_string == "OMASA_2_4-256000-split_renderer_config_3dof_384k_lcld-None": pytest.skip("BASOP-TEMPORARY: Skipping crashing test case!") trajectory = SPLIT_REND_HR_TRAJECTORIES_TO_TEST[0] Loading