Skip to content

Commit

Permalink
Disable broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 30, 2021
1 parent 39f782d commit 4293035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_scenario/test_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def test_world_api(gazebo: scenario.GazeboSimulator):
assert world.time() == 0.0


# See: https://github.com/robotology/gym-ignition/issues/366
@pytest.mark.xfail(strict=False)
@pytest.mark.parametrize(
"gazebo", [(0.001, 1.0, 1)], indirect=True, ids=utils.id_gazebo_fn
)
Expand Down

0 comments on commit 4293035

Please sign in to comment.