1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-16 12:05:54 +00:00
Configure CI to skip samples that only fail in beta
This commit is contained in:
Eric Windmill
2026-04-14 16:49:05 -07:00
committed by GitHub
parent dcaf555586
commit 7a04286eb7
22 changed files with 267 additions and 399 deletions

View File

@@ -61,3 +61,8 @@ skip_ci:
- add_to_app/multiple_flutters/multiple_flutters_module
- add_to_app/plugin/flutter_module_using_plugin
- add_to_app/prebuilt_module/flutter_module
skip_ci_beta:
- material_3_demo
# TODO(ewindmill): info - lib/basic_text_input_client.dart:262:11 - 'setStyle' is deprecated and shouldn't be used. Use updateStyle instead. This feature was deprecated after v3.41.0-0.0.pre. Try replacing the use of the deprecated member with the replacement. - deprecated_member_use on beta branch
- simplistic_editor