You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionServiceImplTest.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@
81
81
importjava.util.function.Predicate;
82
82
importorg.junit.After;
83
83
importorg.junit.Before;
84
+
importorg.junit.Ignore;
84
85
importorg.junit.Test;
85
86
importorg.junit.runner.RunWith;
86
87
importorg.mockito.Mock;
@@ -679,6 +680,7 @@ public void startFeedback_withoutUri_onlyStartsOnce() throws InterruptedExceptio
679
680
verify(activity, times(1)).startActivity(any());
680
681
}
681
682
683
+
@Ignore("Currently flaky - it occasionally fails because getNextStartedActivity() returns null")
0 commit comments