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);