Skip to content

fix: honor test annotations - #1724

Closed
marcossevilla wants to merge 2 commits into
mainfrom
session/volatile-kite-edom
Closed

fix: honor test annotations#1724
marcossevilla wants to merge 2 commits into
mainfrom
session/volatile-kite-edom

Conversation

@marcossevilla

@marcossevilla marcossevilla commented Sep 9, 2026

Copy link
Copy Markdown
Member

Description

Fixes #1723

Honor test suite annotations (@Timeout, @Tags, @TestOn, @Skip, and dart_test.yaml configuration) when the test optimizer generates the aggregated test entry point.

Changes

  • Add suite_annotations support to the test_optimizer brick so per-file annotations and suite configuration are preserved.
  • Update test_cli_runner to honor these annotations.
  • Add e2e fixtures and tests covering timeout, tags, test_on, skip, and configured suites.
  • Update documentation.

Checklist

  • Tests added/updated
  • Docs updated

@marcossevilla
marcossevilla requested a review from a team as a code owner September 9, 2026 13:05
@marcossevilla
marcossevilla marked this pull request as draft September 9, 2026 15:35
@marcossevilla

Copy link
Copy Markdown
Member Author

closing since #1726 might contain significant changes that might affect this, so we might as well land that first and continue from there

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.

fix: test optimizer drops library-level annotations (@Skip, @Tags, @Timeout, ...)

1 participant