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 64aa52d commit ab6b1adCopy full SHA for ab6b1ad
test/functional/rpc_bind.py
@@ -75,7 +75,7 @@ def run_test(self):
75
76
self.log.info("Check for ipv6")
77
have_ipv6 = test_ipv6_local()
78
- 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):
79
raise SkipTest("This test requires ipv6 support.")
80
81
self.log.info("Check for non-loopback interface")
0 commit comments