diff --git a/test/smoke/src/main.ts b/test/smoke/src/main.ts index 54d6bfa1a9..b6917d6579 100644 --- a/test/smoke/src/main.ts +++ b/test/smoke/src/main.ts @@ -238,6 +238,7 @@ async function setupRepository(): Promise { } } +// @ts-ignore ts6133 {{SQL CARBON EDIT}} Not used (see below) async function ensureStableCode(): Promise { if (opts.web || !opts['build']) { return; @@ -290,7 +291,7 @@ async function setup(): Promise { console.log('*** Test data:', testDataPath); console.log('*** Preparing smoketest setup...'); - await ensureStableCode(); + // await ensureStableCode(); {{SQL CARBON EDIT}} Smoketests no longer need to download VS Code since they run against ADS await setupRepository(); console.log('*** Smoketest setup done!\n');