Skip to content

Commit 70f0dfb

Browse files
Merge master into feature/serverlessland
2 parents 5f46e3f + 4606f5e commit 70f0dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/e2e/amazonq/review.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('Amazon Q Code Review', function () {
181181
await validateInitialChatMessage()
182182
})
183183

184-
it('/review file gives correct critical and high security issues', async () => {
184+
it.skip('/review file gives correct critical and high security issues', async () => {
185185
const document = await vscode.workspace.openTextDocument(filePath)
186186
await vscode.window.showTextDocument(document)
187187

0 commit comments

Comments
 (0)