Is your feature request related to a problem? Please describe. When I'm running functional tests using test_runner.py, I am not seeing. SkipTest messages being displayed. For example:
2/254 - feature_bind_extra.py skipped
Whereas in feature_bind_extra.py, I see this following message: raise SkipTest("This test can only be run on Linux.")
Describe the solution you'd like
Am I missing a particular configuration when running test_runner.py? Currently, I'm running this: test/functional/test_runner.py --extended -j 10
If the feature is missing to display SkipTests, would it be a good idea to add this feature to display why tests are getting skipped when using test_runner.py?