@@ -632,9 +632,28 @@ const Map<String, List<String>> blockedTestsListsMapForModes =
632
632
'treeshaking_integration.dart' ,
633
633
'text_editing_integration.dart' ,
634
634
'url_strategy_integration.dart' ,
635
+
636
+ // TODO(yjbanov): https://github.com/flutter/flutter/issues/71583
637
+ // The following tests are blocked to reduce the load on the build bot.
638
+ // The bot currently frequently exceeds the timeout limit.
639
+ 'image_loading_integration.dart' ,
640
+ 'platform_messages_integration.dart' ,
641
+ 'profile_diagnostics_integration.dart' ,
642
+ 'scroll_wheel_integration.dart' ,
635
643
],
636
644
'profile' : [],
637
- 'release' : [],
645
+ 'release' : [
646
+ // TODO(yjbanov): https://github.com/flutter/flutter/issues/71583
647
+ // The following tests are blocked to reduce the load on the build bot.
648
+ // The bot currently frequently exceeds the timeout limit.
649
+ 'image_loading_integration.dart' ,
650
+ 'platform_messages_integration.dart' ,
651
+ 'profile_diagnostics_integration.dart' ,
652
+ 'scroll_wheel_integration.dart' ,
653
+ 'text_editing_integration.dart' ,
654
+ 'treeshaking_integration.dart' ,
655
+ 'url_strategy_integration.dart' ,
656
+ ],
638
657
};
639
658
640
659
/// Tests blocked for one of the rendering backends.
0 commit comments