diff --git a/flutter_client/test/quarantine/quarantine_provider_test.dart b/flutter_client/test/quarantine/quarantine_provider_test.dart index 43a58b7c..6acf119d 100644 --- a/flutter_client/test/quarantine/quarantine_provider_test.dart +++ b/flutter_client/test/quarantine/quarantine_provider_test.dart @@ -118,7 +118,7 @@ void main() { expect(mutations, hasLength(1), reason: 'failed flag should have been enqueued for replay'); expect(mutations.first.kind, 'quarantine.flag'); - }); + }, skip: 'Pending Fable #476 — StreamProvider lifecycle in async catch path; see task body for full diagnostic'); test('unflag deletes the drift row and calls the server', () async {