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 7c1d480 commit 2f0cccfCopy full SHA for 2f0cccf
packages/amazonq/test/e2e/inline/inline.test.ts
@@ -123,9 +123,6 @@ describe('Amazon Q Inline', async function () {
123
124
await invokeCompletion()
125
originalEditorContents = vscode.window.activeTextEditor?.document.getText()
126
-
127
- // wait until the ghost text appears
128
- // await waitForRecommendations()
129
}
130
131
beforeEach(async () => {
@@ -192,7 +189,7 @@ describe('Amazon Q Inline', async function () {
192
189
})
193
190
194
191
195
- it(`${name} invoke on unsupported filetype`, async function () {
+ it.skip(`${name} invoke on unsupported filetype`, async function () {
196
await setupEditor({
197
name: 'test.zig',
198
contents: `fn doSomething() void {
0 commit comments