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 80c25f3 commit dcb34d1Copy full SHA for dcb34d1
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