Hello all, It looks like no tests in sdks/java/core will run if they need a runner (They'll use CrashingRunner instead), and if they are annotated with @Category(NeedsRunner.class), they will be excluded from the test rule. Does anyone know the reason for this? It appears rather old (> 3 years), but AFAICT adding the below in my local copy to dependencies and removing the test rule overrides allows these tests to run just fine.
testCompile project(path: ":runners:direct-java", configuration: "shadow") -Daniel
