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.
2 parents bf4a5f7 + 4606f5e commit 8725e11Copy full SHA for 8725e11
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