tests - disable getting started in integration tests and smoke tests (#125808)

* tests - disable getting started in integration tests and smoke tests

* --skip-getting-started => --skip-welcome

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
This commit is contained in:
Benjamin Pasero
2021-06-09 20:36:42 +02:00
committed by GitHub
parent c6f3512edd
commit 33f84b36fd
9 changed files with 18 additions and 4 deletions

View File

@@ -135,6 +135,7 @@ export async function spawn(options: SpawnOptions): Promise<Code> {
const args = [
options.workspacePath,
'--skip-release-notes',
'--skip-welcome',
'--disable-telemetry',
'--no-cached-data',
'--disable-updates',