Skip to content

Flaky tests log #320

@srid

Description

@srid

This log is maintained by LLMs. See our workflow in the repo.

Flaky Tests Log

Known flaky tests tracked here. Each entry links to the PR where the failure was observed.

theme.feature

theme.feature:34 — Theme preview while navigating palette

theme.feature:43 — Theme preview commits on selection

Failure: AssertionError: Expected terminal background #282a36getComputedStyle returns rgba(0,0,0,0) instead of rgb(40,42,54) at theme_steps.ts:47.

Platform: aarch64-darwin only (passes on x86_64-linux).

Root cause: Race between theme application and getComputedStyle reading the container background. The polling (50 attempts) resolves to the wrong element or reads before the canvas re-renders.

Observed in: #321, #322

sub-terminal.feature

sub-terminal.feature:32 — Sub-terminal persists across collapse/expand

Failure: Buffer does not contain "sub-marker" after 50 attempts — after toggling sub-panel collapse/expand, the sub-terminal buffer is empty (shows fresh prompt instead of previous output).

Platform: aarch64-darwin only.

Root cause: Buffer polling race after sub-panel expand on slower darwin rendering.

Observed in: #321, #322

sub-terminal.feature

sub-terminal.feature:60 — Sub-terminal exit removes tab

Failure: locator.waitFor: Timeout 20000ms exceeded — waiting for [data-testid="sub-panel-tab-bar"] to be hidden after sub-terminal exit.

Platform: x86_64-linux (passed on retry).

Root cause: Timing race — sub-panel collapse after exit not completing within 20s timeout.

Observed in: #322

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions