there are a number of projects where we don't run any tests just because of (perhaps as little as) one failing test in one subproject
I hadn't previously tried to find a way to disable tests just for one subproject, but I know one now:
set executeTests in thisParticularSubproject in Test :=
Tests.Output(TestResult.Passed, Map(), Iterable())
we should do a sweep through community.build, look for disabled test suites, re-enable them, see what fails, and then more selectively re-disable
we might even find that all the tests actually pass once enabled. when we disable running tests, they normally just stay disabled, perhaps for years