tests - also use --no-cached-data for normal integration tests

This commit is contained in:
Benjamin Pasero
2020-06-09 10:29:01 +02:00
parent 617f489bdc
commit d41ca1ce5f
3 changed files with 15 additions and 14 deletions

View File

@@ -136,6 +136,7 @@ export async function spawn(options: SpawnOptions): Promise<Code> {
options.workspacePath,
'--skip-release-notes',
'--disable-telemetry',
'--no-cached-data',
'--disable-updates',
'--disable-crash-reporter',
`--extensions-dir=${options.extensionsPath}`,