diff --git a/packages/core/src/test/awsService/appBuilder/walkthrough.test.ts b/packages/core/src/test/awsService/appBuilder/walkthrough.test.ts index f295f5eb58d..81ea1252edb 100644 --- a/packages/core/src/test/awsService/appBuilder/walkthrough.test.ts +++ b/packages/core/src/test/awsService/appBuilder/walkthrough.test.ts @@ -223,7 +223,7 @@ describe('AppBuilder Walkthrough', function () { assert.notEqual(await fs.readFileText(vscode.Uri.joinPath(workspaceUri, 'template.yaml')), prevInfo) }) - it('download serverlessland proj', async function () { + it.skip('download serverlessland proj', async function () { // When await genWalkthroughProject('API', workspaceUri, 'python') // Then template should be overwritten