Skip to content

Commit cc09fdb

Browse files
committed
Ignore flaky test
1 parent b8b186f commit cc09fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

firebase-appdistribution/src/test/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionServiceImplTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
import java.util.function.Predicate;
8282
import org.junit.After;
8383
import org.junit.Before;
84+
import org.junit.Ignore;
8485
import org.junit.Test;
8586
import org.junit.runner.RunWith;
8687
import org.mockito.Mock;
@@ -679,6 +680,7 @@ public void startFeedback_withoutUri_onlyStartsOnce() throws InterruptedExceptio
679680
verify(activity, times(1)).startActivity(any());
680681
}
681682

683+
@Ignore("Currently flaky - it occasionally fails because getNextStartedActivity() returns null")
682684
@Test
683685
public void startFeedback_withUri_doesNotTakeScreenshot() throws InterruptedException {
684686
when(mockReleaseIdentifier.identifyRelease()).thenReturn(Tasks.forResult("release-name"));

0 commit comments

Comments
 (0)