Skip to content

Commit 57a1ace

Browse files
author
Ulysses Souza
committed
XFAIL Flaky test
Signed-off-by: Ulysses Souza <[email protected]>
1 parent 1b572a4 commit 57a1ace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/api_container_test.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1267,9 +1267,7 @@ def test_attach_no_stream(self):
12671267
@pytest.mark.timeout(5)
12681268
@pytest.mark.skipif(os.environ.get('DOCKER_HOST', '').startswith('ssh://'),
12691269
reason='No cancellable streams over SSH')
1270-
@pytest.mark.xfail(condition=os.environ.get('DOCKER_TLS_VERIFY') or
1271-
os.environ.get('DOCKER_CERT_PATH'),
1272-
reason='Flaky test on TLS')
1270+
@pytest.mark.xfail(reason='Flaky test')
12731271
def test_attach_stream_and_cancel(self):
12741272
container = self.client.create_container(
12751273
BUSYBOX, 'sh -c "echo hello && sleep 60"',

0 commit comments

Comments
 (0)