Unverified Commit ca47b4e1 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] disable failing gen l10n test (#69340)

parent 3056f419
......@@ -1199,7 +1199,7 @@ void main() {
expect(baseLocalizationsFileContents, contains(r'''
/// In en, this message translates to:
/// **'The price of this item is: \${price}'**'''));
});
}, skip: true);
test('should generate a file per language', () {
const String singleEnCaMessageArbFileString = '''
......
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