File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/amazonq/test/e2e/amazonq Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 ( ) => {
You can’t perform that action at this time.
0 commit comments