Skip to content

Commit 8937291

Browse files
Dillon Nysdnys1
authored andcommitted
chore(authenticator): Disable social provider theme tests
Until Flutter issue is resolved: flutter/flutter#110686 commit-id:82acc7d2
1 parent f0f3e49 commit 8937291

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/amplify_authenticator/test/ui/theme_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ import 'utils.dart';
3030
enum TestConfig {
3131
email(emailConfig),
3232
emailOrPhone(emailOrPhoneConfig),
33-
socialProvider(socialProviderConfig),
33+
// TODO(Jordan-Nelson): Re-enable when fixed
34+
// https://github.com/flutter/flutter/issues/110686
35+
// socialProvider(socialProviderConfig),
3436
phoneNumber(phoneNumberConfig),
3537
usernameWithAttributes(usernameWithAttributesConfig);
3638

0 commit comments

Comments
 (0)