@@ -632,9 +632,28 @@ const Map<String, List<String>> blockedTestsListsMapForModes =
632632 'treeshaking_integration.dart' ,
633633 'text_editing_integration.dart' ,
634634 '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' ,
635643 ],
636644 '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+ ],
638657};
639658
640659/// Tests blocked for one of the rendering backends.
0 commit comments