Skip to content

Commit f97fe93

Browse files
committed
kk
1 parent 10c9302 commit f97fe93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-inappmessaging/src/androidTest/java/com/google/firebase/inappmessaging/FirebaseInAppMessagingFlowableTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public void logImpression_logsToEngagementMetrics() {
809809
}
810810

811811
@Test
812-
@Ignore("Does not work yet")
812+
@Ignore("Broken due to Impression Store changes. Needs fixing.")
813813
public void whenlogImpressionFails_doesNotFilterCampaign()
814814
throws ExecutionException, InterruptedException, TimeoutException, FileNotFoundException {
815815
doThrow(new NullPointerException("e1")).when(application).openFileInput(IMPRESSIONS_STORE_FILE);
@@ -936,7 +936,7 @@ public void whenlogEventLimitIncrementSuccess_writesLimitsToDisk() {
936936
}
937937

938938
@Test
939-
@Ignore("Does not work yet")
939+
@Ignore("Broken due to Impression Store changes. Needs fixing.")
940940
public void onImpressionLog_cachesImpressionsInMemory()
941941
throws ExecutionException, InterruptedException, TimeoutException, FileNotFoundException {
942942
CampaignMetadata otherMetadata =
@@ -992,7 +992,7 @@ public void onCorruptImpressionStore_doesNotFilter()
992992
}
993993

994994
@Test
995-
@Ignore("Does not work yet")
995+
@Ignore("Broken due to Impression Store changes. Needs fixing.")
996996
public void onImpressionStoreReadFailure_doesNotFilter()
997997
throws ExecutionException, InterruptedException, TimeoutException, IOException {
998998
doThrow(new NullPointerException("e1")).when(application).openFileInput(IMPRESSIONS_STORE_FILE);
@@ -1008,7 +1008,7 @@ public void onImpressionStoreReadFailure_doesNotFilter()
10081008
// We work around this by failing hard on the fake service if we do not find an empty impression
10091009
// list
10101010
@Test
1011-
@Ignore("Does not work yet")
1011+
@Ignore("Broken due to Impression Store changes. Needs fixing.")
10121012
public void whenImpressionStorageClientFails_injectsEmptyImpressionListUpstream()
10131013
throws ExecutionException, InterruptedException, TimeoutException, FileNotFoundException {
10141014
VanillaCampaignPayload otherCampaign =

0 commit comments

Comments
 (0)