We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70e4e2 commit 9ab47b9Copy full SHA for 9ab47b9
app/test/shared/utils.dart
@@ -56,6 +56,7 @@ void scopedTest(
56
logMessages.removeWhere((m) =>
57
allMatchedMessages.contains(m) ||
58
m.startsWith('SEVERE failed to delete task-worker ') ||
59
+ m.startsWith('SHOUT Download counts sync was partial.') ||
60
m.startsWith(
61
'SEVERE [pub-search-not-working] Search is temporarily impaired'));
62
expect(logMessages, isEmpty);
0 commit comments