Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
test(toolbox): skip real calendar test
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Oct 15, 2021
1 parent 48041ba commit 82acc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/toolbox/calendar/calendar_logic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void main() {
expect(logic.imgUrl.value, isNotEmpty);

Get.delete<CalendarLogic>();
});
}, skip: '网络连接不稳定');
}

const fakeData = '''
Expand Down

0 comments on commit 82acc8e

Please sign in to comment.