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 2d0945c commit a37d7a2Copy full SHA for a37d7a2
tests/test_cancellations.py
@@ -171,6 +171,7 @@ async def test_h11_timeout_during_response():
171
assert conn.is_closed()
172
173
174
+@pytest.mark.xfail
175
@pytest.mark.anyio
176
async def test_h2_timeout_during_handshake():
177
"""
@@ -185,6 +186,7 @@ async def test_h2_timeout_during_handshake():
185
186
187
188
189
190
191
async def test_h2_timeout_during_request():
192
@@ -205,6 +207,7 @@ async def test_h2_timeout_during_request():
205
207
assert conn.is_idle()
206
208
209
210
211
212
async def test_h2_timeout_during_response():
213
0 commit comments