Kaydet (Commit) 26daa619 authored tarafından Joffrey F's avatar Joffrey F

Add xfail to ignore 18.09 beta bug

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst a422924a
......@@ -540,6 +540,11 @@ class BuildTest(BaseAPIIntegrationTest):
) == sorted(lsdata)
@requires_api_version('1.31')
@pytest.mark.xfail(
True,
reason='Currently fails on 18.09: '
'https://github.com/moby/moby/issues/37920'
)
def test_prune_builds(self):
prune_result = self.client.prune_builds()
assert 'SpaceReclaimed' in prune_result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment