You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the webdev integration_test cases are failing on the main branch of the Dart SDK, most likely due to dart-lang/pub#3844
These test cases seem to actually be testing pub validation, and string matching against the validation messages generated by pub. I don't think this is useful for us to test. We probably want to change the integration_test to actually test the validation that we control.