Skip to content

Commit a3111d9

Browse files
committed
Add xfail to ignore 18.09 beta bug
Signed-off-by: Joffrey F <[email protected]>
1 parent b36124d commit a3111d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/api_build_test.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,11 @@ def test_build_in_context_abs_dockerfile(self):
540540
) == sorted(lsdata)
541541

542542
@requires_api_version('1.31')
543+
@pytest.mark.xfail(
544+
True,
545+
reason='Currently fails on 18.09: '
546+
'https://github.com/moby/moby/issues/37920'
547+
)
543548
def test_prune_builds(self):
544549
prune_result = self.client.prune_builds()
545550
assert 'SpaceReclaimed' in prune_result

0 commit comments

Comments
 (0)