Skip to content

fix flaky smoke test 🤞🏼 #286806

Merged
meganrogge merged 1 commit intomainfrom
alone-alligator
Jan 9, 2026
Merged

fix flaky smoke test 🤞🏼 #286806
meganrogge merged 1 commit intomainfrom
alone-alligator

Conversation

@meganrogge
Copy link
Copy Markdown
Collaborator

fixes #286804

Copilot AI review requested due to automatic review settings January 9, 2026 19:08
@meganrogge meganrogge self-assigned this Jan 9, 2026
@meganrogge meganrogge added this to the January 2026 milestone Jan 9, 2026
@meganrogge meganrogge enabled auto-merge (squash) January 9, 2026 19:08
Copy link
Copy Markdown
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 fixes a flaky accessibility smoke test by correcting the exclude rule patterns for aria-allowed-attr violations. The patterns were incorrectly formatted as CSS selectors (with leading dots) when they should have been plain strings to match against HTML content.

  • Removes leading dots from aria-allowed-attr exclude patterns ('.monaco-list''monaco-list', '.monaco-list-row''monaco-list-row')
  • Adds a clarifying comment explaining that patterns match against HTML strings, not CSS selectors

@meganrogge meganrogge merged commit 4e9a8da into main Jan 9, 2026
27 of 28 checks passed
@meganrogge meganrogge deleted the alone-alligator branch January 9, 2026 19:30
eli-w-king pushed a commit that referenced this pull request Jan 14, 2026
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Feb 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky a11y smoke test in CI

3 participants