Commit 21b250ef authored by sagnowski's avatar sagnowski
Browse files

Mark test with invalid conditions as xfail

parent 3a3dc1f1
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -759,6 +759,9 @@ def test_lc3plus_framing_reconfiguration(
    pre_rend_fr,
    patch_codec_frame_size_ms,
):
    if int(patch_codec_frame_size_ms) > int(pre_rend_fr):
       pytest.xfail("Codec frame size must fit within the ISAR frame size")

    post_trajectory = HR_TRAJECTORY_DIR.joinpath("rotate_euler_quaternion_30s.csv")
    pre_trajectory = post_trajectory.with_stem(f"{post_trajectory.stem}_delayed")