macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.79k stars 174 forks source link

Date picker test is not hermetic #499

Open mdebbar opened 7 months ago

mdebbar commented 7 months ago

The tests in this repo run as part of Flutter's CI. It was discovered recently that one of the date picker tests wasn't hermetic. It fails whenever we run it on the first day of the month.

The test in question is: https://github.com/macosui/macos_ui/blob/b3a8e53c58b6503a4c03f26935f38895a7224180/test/selectors/date_picker_test.dart#L311

To reproduce the failure:

The tests from this repo will be disabled in Flutter CI until the issue is resolved.