testing: correctly no-op when running a test outside inclusions

Fixes #126756
This commit is contained in:
Connor Peet
2021-06-22 12:18:02 -07:00
parent a0a1da18d7
commit fe84fcfa65
2 changed files with 44 additions and 11 deletions

View File

@@ -383,7 +383,7 @@ export class TestRunDto {
}
}
return true;
return false;
}
}