Skip to content

Commit 3a4c3f8

Browse files
committed
Use skip instead of xfail
1 parent ed42827 commit 3a4c3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/http/test_multipart_subscription.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def http_client(http_client_class: type[HttpClient]) -> HttpClient:
4949
)
5050

5151
if http_client_class is AsyncFlaskHttpClient:
52-
pytest.xfail(
52+
pytest.skip(
5353
reason="AsyncFlaskHttpClient doesn't support multipart subscriptions"
5454
)
5555

0 commit comments

Comments
 (0)