Skip to content

Commit

Permalink
Remove pybullet client test with GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Jun 6, 2024
1 parent 4f83af7 commit 103d9b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/backends/pybullet/test_pybullet_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ def test_pybullet_client_connection_direct():
assert client.is_connected


def test_pybullet_client_connection_gui():
with PyBulletClient(connection_type="gui") as client:
assert client.is_connected


def test_pybullet_client_load_robot():
with PyBulletClient(connection_type="direct") as client:
urdf_filename = compas_fab.get("robot_library/ur5_robot/urdf/robot_description.urdf")
Expand Down

0 comments on commit 103d9b7

Please sign in to comment.