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 ed42827 commit 3a4c3f8Copy full SHA for 3a4c3f8
src/tests/http/test_multipart_subscription.py
@@ -49,7 +49,7 @@ def http_client(http_client_class: type[HttpClient]) -> HttpClient:
49
)
50
51
if http_client_class is AsyncFlaskHttpClient:
52
- pytest.xfail(
+ pytest.skip(
53
reason="AsyncFlaskHttpClient doesn't support multipart subscriptions"
54
55
0 commit comments