Skip to content

Commit 87139e5

Browse files
committed
Suppress failures on missing download count file.
1 parent 9ab47b9 commit 87139e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/test/shared/utils.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ void scopedTest(
5757
allMatchedMessages.contains(m) ||
5858
m.startsWith('SEVERE failed to delete task-worker ') ||
5959
m.startsWith('SHOUT Download counts sync was partial.') ||
60+
(m.startsWith('SEVERE daily_download_counts') &&
61+
m.endsWith('.jsonl is empty.')) ||
6062
m.startsWith(
6163
'SEVERE [pub-search-not-working] Search is temporarily impaired'));
6264
expect(logMessages, isEmpty);

0 commit comments

Comments
 (0)