We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cb9fe commit 4606f5eCopy full SHA for 4606f5e
packages/amazonq/test/e2e/amazonq/review.test.ts
@@ -181,7 +181,7 @@ describe('Amazon Q Code Review', function () {
181
await validateInitialChatMessage()
182
})
183
184
- it('/review file gives correct critical and high security issues', async () => {
+ it.skip('/review file gives correct critical and high security issues', async () => {
185
const document = await vscode.workspace.openTextDocument(filePath)
186
await vscode.window.showTextDocument(document)
187
0 commit comments