Skip to content

Commit

Permalink
disable deprecated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jul 1, 2024
1 parent 6c019d5 commit 4890c61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/domain/calendar/calendar_list_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -68,7 +70,7 @@ void main() {
.readUntilFirstSuccessOrError(calendarListProvider);
expect(receivedCalendars, isA<AsyncError>());
});
});*/

test('CalendarList should be able to disable calendar', () async {
final calendarPlugin = FakeDeviceCalendarPlugin();
Expand Down

0 comments on commit 4890c61

Please sign in to comment.