diff --git a/lib/web_ui/dev/integration_tests_manager.dart b/lib/web_ui/dev/integration_tests_manager.dart index d2b628c464397..253fbd1ffa5d5 100644 --- a/lib/web_ui/dev/integration_tests_manager.dart +++ b/lib/web_ui/dev/integration_tests_manager.dart @@ -632,9 +632,28 @@ const Map> blockedTestsListsMapForModes = 'treeshaking_integration.dart', 'text_editing_integration.dart', 'url_strategy_integration.dart', + + // TODO(yjbanov): https://github.com/flutter/flutter/issues/71583 + // The following tests are blocked to reduce the load on the build bot. + // The bot currently frequently exceeds the timeout limit. + 'image_loading_integration.dart', + 'platform_messages_integration.dart', + 'profile_diagnostics_integration.dart', + 'scroll_wheel_integration.dart', ], 'profile': [], - 'release': [], + 'release': [ + // TODO(yjbanov): https://github.com/flutter/flutter/issues/71583 + // The following tests are blocked to reduce the load on the build bot. + // The bot currently frequently exceeds the timeout limit. + 'image_loading_integration.dart', + 'platform_messages_integration.dart', + 'profile_diagnostics_integration.dart', + 'scroll_wheel_integration.dart', + 'text_editing_integration.dart', + 'treeshaking_integration.dart', + 'url_strategy_integration.dart', + ], }; /// Tests blocked for one of the rendering backends.