Skip to content

Commit 2f0cccf

Browse files
committed
a
1 parent 7c1d480 commit 2f0cccf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/amazonq/test/e2e/inline/inline.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ describe('Amazon Q Inline', async function () {
123123

124124
await invokeCompletion()
125125
originalEditorContents = vscode.window.activeTextEditor?.document.getText()
126-
127-
// wait until the ghost text appears
128-
// await waitForRecommendations()
129126
}
130127

131128
beforeEach(async () => {
@@ -192,7 +189,7 @@ describe('Amazon Q Inline', async function () {
192189
})
193190
})
194191

195-
it(`${name} invoke on unsupported filetype`, async function () {
192+
it.skip(`${name} invoke on unsupported filetype`, async function () {
196193
await setupEditor({
197194
name: 'test.zig',
198195
contents: `fn doSomething() void {

0 commit comments

Comments
 (0)