Skip to content

Commit

Permalink
Temp. disable FastAPI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 29, 2024
1 parent b67698c commit 3c8da2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -161,6 +161,8 @@ jobs:
test-fastapi:
# If some tests start failing due to out-of-date schemas/validation errors/etc.,
# update the `tests/test_fastapi.sh` script to exclude tests that have known-acceptable failures.
# Disabled for now, until tiangolo/fastapi#11182 is sorted out (when it is the case, add it back to the final check)
if: false
name: test fastapi
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -353,7 +355,6 @@ jobs:
- test
- test-memray
- test-mypy
- test-fastapi
- test-plugin

runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c8da2c

Please sign in to comment.