Update smoke tests to fix merge breaks (#12751)

* Update azuredatastudio-sqlite path

* Disable web smoke tests
This commit is contained in:
Karl Burtram
2020-10-05 15:16:29 -07:00
committed by GitHub
parent 753d785076
commit 2af8982640
3 changed files with 10 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ const opts = minimist(args, {
}
});
const testRepoUrl = 'https://github.com/anthonydresser/azuredatastudio-smoke-test-repo.git';
const testRepoUrl = 'https://github.com/kburtram/azuredatastudio-smoke-test-repo.git';
const workspacePath = path.join(testDataPath, 'azuredatastudio-smoke-test-repo');
const extensionsPath = path.join(testDataPath, 'extensions-dir');
mkdirp.sync(extensionsPath);

View File

@@ -27,7 +27,7 @@ const PLATFORM = '${PLATFORM}';
const RUNTIME = '${RUNTIME}';
const VERSION = '${VERSION}';
const sqliteUrl = `https://github.com/anthonydresser/azuredatastudio-sqlite/releases/download/1.0.19/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
const sqliteUrl = `https://github.com/kburtram/azuredatastudio-sqlite/releases/download/1.0.20/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`;
export async function setup(app: ApplicationOptions): Promise<void> {
console.log('*** Downloading test extensions');