Skip to content

Commit

Permalink
skip one fastapi test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Mar 25, 2024
1 parent 935ac7c commit 0bf0172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_fastapi.sh
Expand Up @@ -18,4 +18,5 @@ cd .. && pip install . && cd fastapi
# To skip a specific test, add '--deselect path/to/test.py::test_name' to the end of this command
#
# To update the list of deselected tests, remove all deselections, run the tests, and re-add any remaining failures
./scripts/test.sh -vv
# TODO remove this once that test is fixed, see https://github.com/pydantic/pydantic/pull/9064
./scripts/test.sh -vv --deselect tests/test_tutorial/test_path_params/test_tutorial005.py::test_get_enums_invalid

0 comments on commit 0bf0172

Please sign in to comment.