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';
final GenL10nProject project = GenL10nProject();
// Verify that the code generated by gen_l10n executes correctly.
// It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that:
// - 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.
// It can fail if gen_l10n produces a lib/l10n/app_localizations.dart that
// does not analyze cleanly.
void main() {
Directory tempDir;
FlutterRunTestDriver flutter;
......
......@@ -43,7 +43,6 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: 0.16.1
intl_translation: 0.17.8
''';
@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