| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The test intermittently fails on CI due to slow imports exceeding the timeout on resource-constrained systems. Skip the test until the implementation can be made more robust.
| Back | FazBrowse Home | New Git URL |
test: skip flaky test_call_with_timeout on CI
Recently, the test intermittently fails frequently (but not consistently) on CI due to slow imports exceeding the timeout on resource-constrained systems. This PR implements skipping the test until the implementation can be made more robust.
See #2820 for discussion on the original implementation.