We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c3d47 commit 09251b5Copy full SHA for 09251b5
auth/src/test/java/com/firebase/ui/auth/viewmodel/CredentialManagerHandlerTest.java
@@ -17,6 +17,7 @@
17
import androidx.activity.ComponentActivity;
18
19
import org.junit.Before;
20
+import org.junit.Ignore;
21
import org.junit.Test;
22
import org.junit.runner.RunWith;
23
import org.mockito.Mock;
@@ -71,6 +72,7 @@ public void setUp() {
71
72
}
73
74
@Test
75
+ @Ignore("This test is not possible with CredentialManager")
76
public void testSaveCredentials_success() {
77
ActivityController<TestActivity> controller = Robolectric.buildActivity(TestActivity.class).setup();
78
TestActivity testActivity = controller.get();
0 commit comments