skip failing test (#92529)

This commit is contained in:
Christopher Fujino 2021-10-26 18:16:02 -07:00 committed by GitHub
parent 6842675fe8
commit acf6464996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1439,7 +1439,7 @@ void main() {
botDetector: globals.botDetector, botDetector: globals.botDetector,
platform: globals.platform, platform: globals.platform,
), ),
}); }, skip: true); // TODO(fujino): https://github.com/flutter/flutter/issues/92522
testUsingContext('display name is Title Case for swift iOS plugin.', () async { testUsingContext('display name is Title Case for swift iOS plugin.', () async {
Cache.flutterRoot = '../..'; Cache.flutterRoot = '../..';