Skip to content

Conversation

@meganrogge
Copy link
Contributor

fixes #286855

😢 why so flaky

Copilot AI review requested due to automatic review settings January 10, 2026 00:37
@meganrogge meganrogge self-assigned this Jan 10, 2026
@meganrogge meganrogge added this to the January 2026 milestone Jan 10, 2026
@meganrogge meganrogge enabled auto-merge January 10, 2026 00:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR temporarily disables the entire accessibility test suite due to flaky test behavior. The change adds .skip to the top-level test suite to prevent these tests from running until the flakiness issue (#286855) can be resolved.

Key changes:

  • Accessibility test suite disabled using describe.skip()

import { Application, Logger } from '../../../../automation';
import { installAllHandlers } from '../../utils';

export function setup(logger: Logger, opts: { web?: boolean }) {
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a comment explaining why these tests are skipped and referencing issue #286855. This helps future maintainers understand that this is a temporary measure due to flakiness. For example: "// TODO: Skipped due to flakiness, see #286855"

Suggested change
export function setup(logger: Logger, opts: { web?: boolean }) {
export function setup(logger: Logger, opts: { web?: boolean }) {
// TODO: Skipped due to flakiness, see #286855

Copilot uses AI. Check for mistakes.
@meganrogge meganrogge merged commit 11b8099 into main Jan 10, 2026
27 of 28 checks passed
@meganrogge meganrogge deleted the architectural-moth branch January 10, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

a11y smoketests still flaky

3 participants