-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Right now, we don't run the tests with -- nocapture, which means that only test failures will print output. This can lead to tests being silently skipped by accident, since there is no output when tests are skipped besides "ok". We should enable -- nocapture and log whenever we do skip a test case.