Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: remove arbitrary deadlines from tests
These deadlines were added back in CL 21080043, apparently in an attempt to increase code coverage numbers. However, nothing in the tests actually exercises the deadline logic: the tests would pass even if these methods were no-ops. Their only apparent effect is to make the tests flaky on slower builders, and to destroy goroutine traces if the test should ever happen to deadlock. Updates golang/go#42064 For golang/go#37319 Change-Id: I530a8f3cb80d6d93d1625bc88f0ec7958d4ec35e Reviewed-on: https://go-review.googlesource.com/c/net/+/366181 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information