We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
inbound_call_drop_connecting_ice_failed_first
The test inbound_call_drop_connecting_ice_failed_first is flaky on Linux, sometimes failing with:
[ 250s] ---- inbound_call_drop_connecting_ice_failed_first stdout ---- [ 250s] thread 'inbound_call_drop_connecting_ice_failed_first' panicked at src/rust/tests/incoming.rs:375:5: [ 250s] assertion left == right failed [ 250s] left: 1 [ 250s] right: 0
left == right
This is ringrtc version 2.39.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test
inbound_call_drop_connecting_ice_failed_first
is flaky on Linux, sometimes failing with:[ 250s] ---- inbound_call_drop_connecting_ice_failed_first stdout ----
[ 250s] thread 'inbound_call_drop_connecting_ice_failed_first' panicked at src/rust/tests/incoming.rs:375:5:
[ 250s] assertion
left == right
failed[ 250s] left: 1
[ 250s] right: 0
This is ringrtc version 2.39.0
The text was updated successfully, but these errors were encountered: