Skip to content

Commit d478052

Browse files
ksedgwicdevrandom
authored andcommitted
Skip test with IPv6 issue in CI runner
1 parent ea8281f commit d478052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_gossip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def test_announce_address(node_factory, bitcoind):
175175

176176
@unittest.skipIf(not EXPERIMENTAL_FEATURES, "BOLT7 DNS RFC #911")
177177
@pytest.mark.developer("gossip without DEVELOPER=1 is slow")
178+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "trouble with IPv6 in VLS CI runner")
178179
def test_announce_and_connect_via_dns(node_factory, bitcoind):
179180
""" Test that DNS annoucements propagate and can be used when connecting.
180181

0 commit comments

Comments
 (0)