Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Test-only change: removed the ``arm_ci`` marker from the shadow-hand kitless rendering test
to stop intermittent hangs on the arm64 CI runner. No user-facing changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
rendering_test_shadow_hand,
)

pytestmark = [pytest.mark.isaacsim_ci, pytest.mark.arm_ci]
# no arm_ci marker: intermittently stalls the arm64 runner mid-file (renderer hang after a few
# passing cases, killed at the per-file timeout); x86 kitless coverage remains in place
pytestmark = [pytest.mark.isaacsim_ci]

_COMPARISON_SCORES: list[dict] = []

Expand Down
Loading