Skip to content

Temporary exclude accessibility tests in downstream syncs.#2754

Merged
lutien merged 1 commit into
mozilla:masterfrom
lutien:exclude-a11y-tests
May 6, 2026
Merged

Temporary exclude accessibility tests in downstream syncs.#2754
lutien merged 1 commit into
mozilla:masterfrom
lutien:exclude-a11y-tests

Conversation

@lutien

@lutien lutien commented May 6, 2026

Copy link
Copy Markdown
Member

No description provided.

@lutien lutien requested a review from jgraham May 6, 2026 10:13
Comment thread sync/downstream.py Outdated
tests_by_type[test_type].append(path)

# TODO: Temporary exclude accessibility tests until we fixed the mozharness.
if not path.startswith("core-aam/"):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I might suggest just at the end doing

if "aamtest" in test_types:
   del test_types["aamtest"]

because that would also handle the case where there's aam tests in some other directory like infrastructure (which I don't think there is at the moment, but there could be).

@lutien lutien force-pushed the exclude-a11y-tests branch from 2e4f286 to 0e595a3 Compare May 6, 2026 10:48
@lutien lutien requested a review from jgraham May 6, 2026 10:54
@lutien lutien merged commit 3c5de2d into mozilla:master May 6, 2026
4 checks passed
@lutien lutien deleted the exclude-a11y-tests branch May 6, 2026 11:07
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.

2 participants