Skip to content
New issue

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

test: skip an ipv6 test on IBM i #34209

Closed
wants to merge 1 commit into from
Closed

test: skip an ipv6 test on IBM i #34209

wants to merge 1 commit into from

Commits on Jul 6, 2020

  1. test: skip an ipv6 test on IBM i

    Due to some unknown system configuration, the code
    `socket_ipv6.bind(0, 111::1)` does not throw the
    expected error EADDRNOTAVAIL on some IBM i systems.
    This issue is still being investigated. To get the
    IBM i CI passing, skip it for now.
    dmabupt committed Jul 6, 2020
    Copy the full SHA
    6e5698c View commit details
    Browse the repository at this point in the history