Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(quic): delete flaky
dial_failure
test
This test is sometimes flaky. Instead of fixing it, I am proposing to delete it because it doesn't test anything meaningful. Dialing a non-existent transport should fail? Yes probably. Should we test that dropping a value destroys the relevant tasks? I don't think so. That is covered by Rust's ownership rules. Pull-Request: #4640.
- Loading branch information