Skip to content

Commit bbb8fc9

Browse files
committed
xfail
1 parent aa10e90 commit bbb8fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/fastapi/test_exceptions_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def test_http_errors_respond_with_error_model(
7171
assert error.name
7272

7373

74-
# @pytest.mark.xfail
74+
@pytest.mark.xfail
7575
@pytest.mark.parametrize("code,exception", list(builtin_exceptions.items()))
7676
async def test_non_http_error_handling(
7777
client: AsyncClient, code: int | str, exception: BaseException

0 commit comments

Comments
 (0)