Skip to content

Commit 70a2a32

Browse files
committed
add timeout for flaky test
1 parent 1573275 commit 70a2a32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,8 @@ 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
228-
this.timeout(60000)
229228
await genWalkthroughProject('API', workspaceUri, 'python')
230229
// Then template should be overwritten
231230
assert.equal(await fs.exists(vscode.Uri.joinPath(workspaceUri, 'template.yaml')), true)

0 commit comments

Comments
 (0)