mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] sharding change is merged. re-enable tests (flutter/engine#22884)
* sharding change is merged. re-enable tests * fix file name for image loading. re-block auto
This commit is contained in:
parent
240e9648d3
commit
0bd65ac681
@ -249,10 +249,9 @@ class IntegrationTestsManager {
|
||||
buildModes = <String>{mode};
|
||||
}
|
||||
} else {
|
||||
// TODO(nurhan): Enable `release` when recipe is sharded.
|
||||
buildModes = _browser == 'chrome'
|
||||
? {'debug', 'profile'}
|
||||
: {'profile'};
|
||||
? {'debug', 'profile', 'release'}
|
||||
: {'profile', 'release'};
|
||||
}
|
||||
return buildModes;
|
||||
}
|
||||
@ -632,28 +631,9 @@ const Map<String, List<String>> 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': [
|
||||
// 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',
|
||||
],
|
||||
'release': [],
|
||||
};
|
||||
|
||||
/// Tests blocked for one of the rendering backends.
|
||||
@ -676,11 +656,5 @@ const Map<String, List<String>> blockedTestsListsMapForRenderBackends =
|
||||
// This test failed on canvaskit on all three build modes.
|
||||
'canvaskit': [
|
||||
'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',
|
||||
],
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user