From 4890c61c3e46e0185bc13349ba9128bd68fe427f Mon Sep 17 00:00:00 2001 From: crc-32 Date: Mon, 1 Jul 2024 06:41:01 +0100 Subject: [PATCH] disable deprecated tests --- test/domain/calendar/calendar_list_test.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/domain/calendar/calendar_list_test.dart b/test/domain/calendar/calendar_list_test.dart index 9112648a..f06da0e0 100644 --- a/test/domain/calendar/calendar_list_test.dart +++ b/test/domain/calendar/calendar_list_test.dart @@ -15,6 +15,8 @@ import '../../fakes/fake_permissions_check.dart'; import '../../fakes/memory_shared_preferences.dart'; void main() { + //FIXME: Redo Calendar testing with the new KMP architecture + /* test('CalendarList should report list of calendars', () async { final calendarPlugin = FakeDeviceCalendarPlugin(); final permissionCheck = FakePermissionCheck(); @@ -68,7 +70,7 @@ void main() { .readUntilFirstSuccessOrError(calendarListProvider); expect(receivedCalendars, isA()); - }); + });*/ test('CalendarList should be able to disable calendar', () async { final calendarPlugin = FakeDeviceCalendarPlugin();