Skip to content

Commit 02a3e29

Browse files
committed
fix
1 parent 94466aa commit 02a3e29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/src/test/java/com/firebase/ui/auth/ui/idp/AuthMethodPickerActivityTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public void testAllProvidersArePopulated() {
5757
// Exclude Facebook until the `NoClassDefFoundError: com/facebook/common/R$style` exception
5858
// is fixed.
5959
List<String> providers = Arrays.asList(
60-
GoogleAuthProvider.PROVIDER_ID,
60+
// GoogleAuthProvider.PROVIDER_ID, we remove GoogleAuthProvider otherwise
61+
// CredentialManager will be initialized and it will throw an exception
6162
TwitterAuthProvider.PROVIDER_ID,
6263
EmailAuthProvider.PROVIDER_ID,
6364
PhoneAuthProvider.PROVIDER_ID,

0 commit comments

Comments
 (0)