In his blog post blog-post-predicting-test-failures Aaron Patterson talks about using a test runner to only run a subset of tests... specifically ones that are likely to fail.
Ben Smith also talks about this in his talk talk-architecting-big-rails-app-for-success
This concept is similar, somewhat, to testing-concept-focused-tests, however I think that it definitely requires a testing-concept-smart-runner.