-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip failing IPv6 tests in CI (#1342)
These tests have been failing on the `test` pipeline CI for a while, but they run fine locally on the systems that support ipv4 and ipv6 since we have `test-ipv6` pipeline that runs full test suite in a docker image with IPv6 enabled, we should be okay to skip these Tests on the `test` pipeline. The reason these tests are failing is because they are using `net.Listen("tcp", "localhost:0")`, the use of `tcp` network expects both IPv4 and IPv6. Signed-off-by: Suraj Nath <[email protected]>
- Loading branch information
1 parent
89a9da4
commit 0f7025f
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters