未验证 提交 29513175 编写于 作者: N nturgut 提交者: GitHub

[web] sharding change is merged. re-enable tests (#22884)

* sharding change is merged. re-enable tests

* fix file name for image loading. re-block auto
上级 a90d5874
...@@ -249,10 +249,9 @@ class IntegrationTestsManager { ...@@ -249,10 +249,9 @@ class IntegrationTestsManager {
buildModes = <String>{mode}; buildModes = <String>{mode};
} }
} else { } else {
// TODO(nurhan): Enable `release` when recipe is sharded.
buildModes = _browser == 'chrome' buildModes = _browser == 'chrome'
? {'debug', 'profile'} ? {'debug', 'profile', 'release'}
: {'profile'}; : {'profile', 'release'};
} }
return buildModes; return buildModes;
} }
...@@ -632,28 +631,9 @@ const Map<String, List<String>> blockedTestsListsMapForModes = ...@@ -632,28 +631,9 @@ const Map<String, List<String>> blockedTestsListsMapForModes =
'treeshaking_integration.dart', 'treeshaking_integration.dart',
'text_editing_integration.dart', 'text_editing_integration.dart',
'url_strategy_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': [], '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. /// Tests blocked for one of the rendering backends.
...@@ -676,11 +656,5 @@ const Map<String, List<String>> blockedTestsListsMapForRenderBackends = ...@@ -676,11 +656,5 @@ const Map<String, List<String>> blockedTestsListsMapForRenderBackends =
// This test failed on canvaskit on all three build modes. // This test failed on canvaskit on all three build modes.
'canvaskit': [ 'canvaskit': [
'image_loading_integration.dart', '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',
], ],
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册