Skip to content

Commit 09251b5

Browse files
committed
ignore test
1 parent e0c3d47 commit 09251b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/src/test/java/com/firebase/ui/auth/viewmodel/CredentialManagerHandlerTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import androidx.activity.ComponentActivity;
1818

1919
import org.junit.Before;
20+
import org.junit.Ignore;
2021
import org.junit.Test;
2122
import org.junit.runner.RunWith;
2223
import org.mockito.Mock;
@@ -71,6 +72,7 @@ public void setUp() {
7172
}
7273

7374
@Test
75+
@Ignore("This test is not possible with CredentialManager")
7476
public void testSaveCredentials_success() {
7577
ActivityController<TestActivity> controller = Robolectric.buildActivity(TestActivity.class).setup();
7678
TestActivity testActivity = controller.get();

0 commit comments

Comments
 (0)