chore/tests: Disable a flaky JetBrains lens test. #24091
Annotations
2 errors, 3 warnings, and 1 notice
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/test/e2e/auth.test.ts#L1
1) auth.test.ts:21:3 › requires a valid auth token and allows logouts ────────────────────────────
Test timeout of 30000ms exceeded.
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/test/e2e/auth.test.ts#L46
1) auth.test.ts:21:3 › requires a valid auth token and allows logouts ────────────────────────────
Error: locator.click: Frame was detached
Call log:
- waiting for getByRole('option', { name: 'Sign Out' })
- locator resolved to <div id=":r13:" cmdk-item="" role="option" aria-disabled="false" aria-selected="false" data-disabled="false" data-selected="false" data-value="Sign Out" class="tw-relative tw-flex tw-cursor-pointer tw-select-none tw-items-center tw-py-3 tw-px-2 tw-text-md tw-outline-none aria-selected:tw-bg-accent aria-selected:tw-text-accent-foreground hover:tw-bg-accent hover:tw-text-accent-foreground data-[disabled=true]:tw-pointer-events-none data-[disabled=true]:tw-opacity-50">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element was detached from the DOM, retrying
44 | // Sign out from user dropdown menu
45 | await sidebar!.getByLabel('Account Menu Button').click()
> 46 | await sidebar!.getByRole('option', { name: 'Sign Out' }).click()
| ^
47 |
48 | await page.waitForTimeout(2000)
49 | await focusSidebar(page)
at /home/runner/work/cody/cody/vscode/test/e2e/auth.test.ts:46:62
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.3m
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 23.7s
|
Run GITHUB_REF=$BRANCH_NAME xvfb-run -a pnpm -C vscode run test:e2e --shard=1/5
1 flaky
auth.test.ts:21:3 › requires a valid auth token and allows logouts ─────────────────────────────
1 skipped
8 passed (2.8m)
|
Loading