Skip to content
Open
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
1 change: 0 additions & 1 deletion newton/tests/test_mujoco_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -4459,7 +4459,6 @@ def _build_incline_model(self, incline_angle: float):
model.request_contact_attributes("force")
return model, ramp_shape

@unittest.skip("Flaky on CI, see GH-2239")
def test_contact_forces_on_incline(self):
"""Contact force on an incline must balance gravity (tests rotated contact frame)."""
incline_angle = 0.25 # rad (~14°); mu=1.0 > tan(0.25)≈0.26 → static
Expand Down
Loading