Skip to content

Commit f7bcc80

Browse files
committed
comment out java example
1 parent 6f99ed7 commit f7bcc80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/amazonq/test/e2e/amazonq/testGen.test.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ describe('Amazon Q Test Generation', function () {
2222
language: 'python',
2323
filePath: 'python3.7-image-sam-app/hello_world/app.py',
2424
},
25-
{
26-
language: 'java',
27-
filePath: 'java17-gradle/HelloWorldFunction/src/main/java/helloworld/App.java',
28-
},
25+
// {
26+
// language: 'java',
27+
// filePath: 'java17-gradle/HelloWorldFunction/src/main/java/helloworld/App.java',
28+
// },
2929
]
3030

3131
const unsupportedLanguages = [
@@ -174,7 +174,7 @@ describe('Amazon Q Test Generation', function () {
174174
})
175175

176176
afterEach(async function () {
177-
await closeAllEditors()
177+
waitUntil(async () => await closeAllEditors(), {})
178178
})
179179

180180
describe('View diff', async () => {

0 commit comments

Comments
 (0)