Flaky test: tests/client/test_base_client.py::TestCsrfSupport::test_refreshes_token_on_csrf_403
#13963
Closed
1 task done
Labels
development
Tech debt, refactors, CI, tests, and other related work.
First check
Description
Example of failure: https://github.com/PrefectHQ/prefect/actions/runs/9483315777/job/26130121156
It appears a rogue
Runner
is running during this test and messing up thehttpx
mock used by this test. We need to track down theRunner
from another test that isn't being stopped correctly or we need to reduce the scope of thehttpx
mock.Impact
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: