The idea is if async work is done after .dial is invoked but before upgrader.upgradeInbound is called, and the abort signal aborts, then .dial should respect the abort and throw, but there's no reliable cross-transport way to inject the latency that would cause the test to fail so remove the test.
Change checklist
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation if necessary (this includes comments as well)
[ ] I have added tests that prove my fix is effective or that my feature works
The idea is if async work is done after
.dial
is invoked but beforeupgrader.upgradeInbound
is called, and the abort signal aborts, then.dial
should respect the abort and throw, but there's no reliable cross-transport way to inject the latency that would cause the test to fail so remove the test.Change checklist