Skip to content

Commit b20b10c

Browse files
authored
Merge pull request #2380 from thaJeztah/xfail_test_init_swarm_data_path_addr
xfail test_init_swarm_data_path_addr
2 parents fd32dc4 + 1126ea9 commit b20b10c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/api_swarm_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,6 @@ def test_rotate_manager_unlock_key(self):
250250
assert key_1['UnlockKey'] != key_2['UnlockKey']
251251

252252
@requires_api_version('1.30')
253+
@pytest.mark.xfail(reason='Can fail if eth0 has multiple IP addresses')
253254
def test_init_swarm_data_path_addr(self):
254255
assert self.init_swarm(data_path_addr='eth0')

0 commit comments

Comments
 (0)