Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 644dd65

Browse files
authored
Temporarily reduce e2e test matrix to stop flaky web engine builds (#22824)
* reduce e2e test matrix * add issue link
1 parent eb6eabc commit 644dd65

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

lib/web_ui/dev/integration_tests_manager.dart

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)