We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dda4c5 commit c9066f0Copy full SHA for c9066f0
test/functional/rpc_bind.py
@@ -67,7 +67,7 @@ def run_test(self):
67
68
self.log.info("Check for ipv6")
69
have_ipv6 = test_ipv6_local()
70
- if not have_ipv6 and not self.options.run_ipv4:
+ if not have_ipv6 and not (self.options.run_ipv4 or self.options.run_nonloopback):
71
raise SkipTest("This test requires ipv6 support.")
72
73
self.log.info("Check for non-loopback interface")
0 commit comments