Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into jan/fix-intent-teleme…
Browse files Browse the repository at this point in the history
…try-again
  • Loading branch information
janhartman committed Jan 23, 2025
2 parents 13abac6 + 532f0e9 commit cf6fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/test/e2e/uninstall.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { loggedV2Events } from '../fixtures/mock-server'
import { expectAuthenticated, focusSidebar, sidebarSignin } from './common'
import { expect, getCodySidebar, test } from './helpers'

test('uninstall extension', async ({ openVSCode }) => {
test.fixme('uninstall extension', async ({ openVSCode }) => {
// This test is quite heavy so it can timeout in CI unless we grant it a longer timeout
test.setTimeout(60 * 1000)
// In order to trigger the uninstall event, we need to actually install the extension
Expand Down

0 comments on commit cf6fabe

Please sign in to comment.