test suite calls GA server which can sometimes time out
Minimal reproducible example
pytest .
Expected Behavior
Results from GA call should be cached and passed to the test using a pytest fixture, so m2l test will only test the algorithm not the GA server uptime.
Version
3.1.x
Bug Description
test suite calls GA server which can sometimes time out
Minimal reproducible example
pytest .
Expected Behavior
Results from GA call should be cached and passed to the test using a pytest fixture, so m2l test will only test the algorithm not the GA server uptime.
Actual Behavior
m2l calls ga server
Additional Context
No response
Environment
all
Severity