-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date picker test is not hermetic #499
Labels
bug
Something isn't working
Comments
This was referenced Dec 1, 2023
auto-submit bot
pushed a commit
to flutter/tests
that referenced
this issue
Dec 1, 2023
Some tests in `macos_ui` are not hermetic. This PR disabled them in order to unblock the Flutter tree. Issue filed: macosui/macos_ui#499
mdebbar
added a commit
to flutter/flutter
that referenced
this issue
Dec 1, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
XilaiZhang
pushed a commit
to flutter/flutter
that referenced
this issue
Dec 2, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
XilaiZhang
pushed a commit
to flutter/flutter
that referenced
this issue
Dec 4, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
XilaiZhang
pushed a commit
to flutter/flutter
that referenced
this issue
Dec 4, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
XilaiZhang
pushed a commit
to flutter/flutter
that referenced
this issue
Dec 5, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
caseycrogers
pushed a commit
to caseycrogers/flutter
that referenced
this issue
Dec 29, 2023
The tree is red due a non-hermetic customer test from `macos_ui`. The test was disabled in flutter/tests#317 and an issue was filed at macosui/macos_ui#499. We need this empty commit in order to re-run CI with the latest https://github.com/flutter/tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
macos_ui/test/selectors/date_picker_test.dart
Line 311 in b3a8e53
To reproduce the failure:
DateTime.now()
toDateTime(2023, 12, 1)
.flutter test test/selectors/date_picker_test.dart
.The tests from this repo will be disabled in Flutter CI until the issue is resolved.
The text was updated successfully, but these errors were encountered: