Remove intl_translation from tool integration test (#69155)
This commit is contained in:
parent
a2b93b86f6
commit
7b0f38b117
@ -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:
|
|||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
intl: 0.16.1
|
intl: 0.16.1
|
||||||
intl_translation: 0.17.8
|
|
||||||
''';
|
''';
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user