Skip to content

Commit fdc9a45

Browse files
Merge master into feature/LSP-alpha
2 parents 6004ceb + c34439a commit fdc9a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/awsService/appBuilder/walkthrough.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('AppBuilder Walkthrough', function () {
223223
assert.notEqual(await fs.readFileText(vscode.Uri.joinPath(workspaceUri, 'template.yaml')), prevInfo)
224224
})
225225

226-
it('download serverlessland proj', async function () {
226+
it.skip('download serverlessland proj', async function () {
227227
// When
228228
await genWalkthroughProject('API', workspaceUri, 'python')
229229
// Then template should be overwritten

0 commit comments

Comments
 (0)