-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_deck_present failing #14
Comments
So, I can reproduce this, by going from the rpi:
But only if the following commit is not reverted: bitcraze/crazyflie-lib-python@e54c065 So something needs to be fixed there! |
The following patch seem to fix that test:
Are we breaking API? Since I do not think we require subscribing to update callbacks after connect before this commit? |
The |
The test_deck_present test is failing with the error:
I cannot reproduce the problem in my end, it fails on
assert test_setup.device.connect_sync()
for me.I am going to push a change that skips this test for now so that we can keep testing the rest.
The text was updated successfully, but these errors were encountered: