From 7bf11c93ba9ffa7be228aa0a0c62155c6fc80e35 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 16 Aug 2017 17:31:36 -0700 Subject: Fix handling of non-multiplexed (TTY) streams over upgraded sockets Signed-off-by: Joffrey F --- tests/integration/api_build_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/api_build_test.py') diff --git a/tests/integration/api_build_test.py b/tests/integration/api_build_test.py index 209c1f2..d0aa5c2 100644 --- a/tests/integration/api_build_test.py +++ b/tests/integration/api_build_test.py @@ -244,8 +244,8 @@ class BuildTest(BaseAPIIntegrationTest): with pytest.raises(errors.NotFound): self.client.inspect_image('dockerpytest_nonebuild') + @requires_experimental(until=None) @requires_api_version('1.25') - @requires_experimental def test_build_squash(self): script = io.BytesIO('\n'.join([ 'FROM busybox', -- cgit v1.2.1