Open
Description
Several tests are completely skipped right now because they are "flaky".
test_reshape
test_std
test_var
test_remainder
This is a pretty high priority issue because these functions are effectively completely untested, even though they appear to be tested.
Tests should be written in such a way that they aren't flaky, for instance, by using high numerical tolerances (or if necessary, avoiding values testing entirely).
Note that health checks for timeouts should just be skipped, and health checks for filtering too much should be fixed by fixing the strategy.
EDIT:
test_count_nonzero
is not skipped but is flaky on JAX. Some discussion is at add a test for count_nonzero #347 (comment)