Skip to content

Commit 21313d7

Browse files
committed
Remove undone testS
1 parent 75257bf commit 21313d7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

firebase-crashlytics/src/androidTest/java/com/google/firebase/crashlytics/internal/common/CrashlyticsControllerTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -567,16 +567,6 @@ public void testLargestFileNameFirst() {
567567
assertTrue(Arrays.equals(expectedOrder, testOrder));
568568
}
569569

570-
@Test
571-
public void testFinalizePreviousNativeSession_finalizesPreviousNativeSession() {
572-
final CrashlyticsController controller = createController();
573-
}
574-
575-
@Test
576-
public void testGetNativeSessionFiles_getsNativeSessionFiles() {
577-
// FIXME:
578-
}
579-
580570
// TODO: There's only ever one open session now that we can close sessions while offline.
581571
// Is that the behavior we want?
582572
/*

0 commit comments

Comments
 (0)