Skip to content

Commit

Permalink
remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
mprib committed Feb 29, 2024
1 parent cbb800d commit a45f05b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ def test_video_property_reader():
assert(source_properties["fps"]==6.0)
assert(source_properties["size"]==(1280,720))

if __name__ == "__main__":
test_controller_load_camera_and_stream()
# if __name__ == "__main__":
# test_extrinsic_calibration()
# test_video_property_reader()

0 comments on commit a45f05b

Please sign in to comment.