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.
1 parent b36124d commit a3111d9Copy full SHA for a3111d9
tests/integration/api_build_test.py
@@ -540,6 +540,11 @@ def test_build_in_context_abs_dockerfile(self):
540
) == sorted(lsdata)
541
542
@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
+ )
548
def test_prune_builds(self):
549
prune_result = self.client.prune_builds()
550
assert 'SpaceReclaimed' in prune_result
0 commit comments