Skipping tests is easy, even the error message I wrote about is easy. Adding a command line switch, something analogous to --gtest_also_run_disabled_tests option seems to be bigger deal (adding a new command line parameter) so I won't be doing that. (Unless we agree that really is what we want. @lemonsqueeze in PR #12 suggested prefixing broken tests with xxx and having a flag --skip-broken. I think ! is better)
Skipping tests is easy, even the error message I wrote about is easy. Adding a command line switch, something analogous to --gtest_also_run_disabled_tests option seems to be bigger deal (adding a new command line parameter) so I won't be doing that. (Unless we agree that really is what we want. @lemonsqueeze in PR #12 suggested prefixing broken tests with
xxx
and having a flag--skip-broken
. I think!
is better)