testing: only reveal testing view for ui-triggered runs

This commit is contained in:
Connor Peet
2022-01-20 17:09:45 -08:00
parent 7fc5b755d0
commit fb1eac3db7
6 changed files with 12 additions and 4 deletions

View File

@@ -151,6 +151,7 @@ export class ExtHostTesting implements ExtHostTestingShape {
}
await this.proxy.$runTests({
isUiTriggered: false,
targets: [{
testIds: req.include?.map(t => t.id) ?? [controller.collection.root.id],
profileGroup: profileGroupToBitset[profile.kind],