Skip to content

Commit ab9c8d8

Browse files
committed
Added test note
1 parent ed60030 commit ab9c8d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_VPython.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def tearDownClass(cls):
4444
# Give time for VPython to exit
4545
time.sleep(1)
4646

47+
# TODO
48+
# COMMENTED OUT UNTIL CAN RUN ON GITHUB ACTIONS
49+
# CAN STILL BE EXECUTED ON PERSONAL MACHINE LOCALLY
4750
#####################################################################
4851
# def test_get_pose_x_vector(self):
4952
# self.assertEqual(get_pose_x_vec(self.se3), vector(1, 0, 0))

0 commit comments

Comments
 (0)