We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f3e49 commit 8937291Copy full SHA for 8937291
packages/amplify_authenticator/test/ui/theme_test.dart
@@ -30,7 +30,9 @@ import 'utils.dart';
30
enum TestConfig {
31
email(emailConfig),
32
emailOrPhone(emailOrPhoneConfig),
33
- socialProvider(socialProviderConfig),
+ // TODO(Jordan-Nelson): Re-enable when fixed
34
+ // https://github.com/flutter/flutter/issues/110686
35
+ // socialProvider(socialProviderConfig),
36
phoneNumber(phoneNumberConfig),
37
usernameWithAttributes(usernameWithAttributesConfig);
38
0 commit comments