Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a skip to an empty test group #5080

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Add a skip to an empty test group #5080

merged 3 commits into from
Oct 9, 2023

Commits on Oct 6, 2023

  1. Add a skip to an empty test group

    The empty group will soon become a warning or an error. Eagerly skip the
    group to avoid any issue when the test runner changes behavior.
    dart-lang/test#2012
    
    Note that the linked issue has been resolved, and the comment in this
    group body may be out of date.
    
    This change will impact the output from running tests - there will be an
    indication of the skipped test.
    natebosch committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    fe8da04 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    6fce6f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59c658 View commit details
    Browse the repository at this point in the history