Unverified Commit 7b0f38b1 authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Remove intl_translation from tool integration test (#69155)

parent a2b93b86
...@@ -14,11 +14,8 @@ import 'test_utils.dart'; ...@@ -14,11 +14,8 @@ import 'test_utils.dart';
final GenL10nProject project = GenL10nProject(); final GenL10nProject project = GenL10nProject();
// Verify that the code generated by gen_l10n executes correctly. // Verify that the code generated by gen_l10n executes correctly.
// It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that: // It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that
// - Does not analyze cleanly. // does not analyze cleanly.
// - Can't be processed by the intl_translation:generate_from_arb tool.
// The generate_from_arb step can take close to a minute on a lightly
// loaded workstation, so the test could time out on a heavily loaded bot.
void main() { void main() {
Directory tempDir; Directory tempDir;
FlutterRunTestDriver flutter; FlutterRunTestDriver flutter;
......
...@@ -43,7 +43,6 @@ dependencies: ...@@ -43,7 +43,6 @@ dependencies:
flutter_localizations: flutter_localizations:
sdk: flutter sdk: flutter
intl: 0.16.1 intl: 0.16.1
intl_translation: 0.17.8
'''; ''';
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment