mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 20:55:29 +08:00
Added a check to the analyzer script to detect skipped tests that aren't commented. The comment following the `skip` parameter should include either a link to a github issue tracking the reenabling of the test, or a '[intended]' tag with a brief description of why the test should never be enabled for the given condition.