Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver committed Nov 21, 2023
1 parent fd81bc2 commit 505bfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/approaches/test_pg3_analogy_approach.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_pg3_analogy_approach():
)"""


def _disabled_test_find_env_analogies():
def _disabled_test_find_env_analogies(): # pragma: no cover
"""Tests for _find_env_analogies().
NOTE: this test is currently disabled because of sudden flakiness in the
Expand Down
3 changes: 2 additions & 1 deletion tests/envs/test_pybullet_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ def test_pybullet_cover_step(env):
assert abs(state.get(block, "pose") - 0.75) < 0.01


def _disabled_test_pybullet_cover_pick_workspace_bounds(env):
def _disabled_test_pybullet_cover_pick_workspace_bounds(
env): # pragma: no cover
"""Tests for picking at workspace bounds in PyBulletCoverEnv.
This is currently disabled due to nondeterminism issues in IK.
Expand Down

0 comments on commit 505bfea

Please sign in to comment.