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.
2 parents fd32dc4 + 1126ea9 commit b20b10cCopy full SHA for b20b10c
tests/integration/api_swarm_test.py
@@ -250,5 +250,6 @@ def test_rotate_manager_unlock_key(self):
250
assert key_1['UnlockKey'] != key_2['UnlockKey']
251
252
@requires_api_version('1.30')
253
+ @pytest.mark.xfail(reason='Can fail if eth0 has multiple IP addresses')
254
def test_init_swarm_data_path_addr(self):
255
assert self.init_swarm(data_path_addr='eth0')
0 commit comments