Skip to content

Commit a4fcd34

Browse files
committed
Disable registrar test for FirebaseSegmentation.
1 parent f866315 commit a4fcd34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-segmentation/src/test/java/com/google/firebase/segmentation/FirebaseSegmentationRegistrarTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import com.google.firebase.FirebaseApp;
2121
import com.google.firebase.FirebaseOptions;
2222
import org.junit.Before;
23+
import org.junit.Ignore;
2324
import org.junit.Test;
2425
import org.junit.runner.RunWith;
2526
import org.robolectric.RobolectricTestRunner;
@@ -32,6 +33,8 @@ public void setUp() {
3233
FirebaseApp.clearInstancesForTest();
3334
}
3435

36+
// TODO(rgowman:b/123870630): Enable test.
37+
@Ignore
3538
@Test
3639
public void getFirebaseInstallationsInstance() {
3740
FirebaseApp defaultApp =

0 commit comments

Comments
 (0)