Skip to content
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

Open
mdebbar opened this issue Dec 1, 2023 · 0 comments
Open

Date picker test is not hermetic #499

mdebbar opened this issue Dec 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mdebbar
Copy link

mdebbar commented Dec 1, 2023

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:

'Can change the month by clicking the left and right calendar view controls',

To reproduce the failure:

  • Change the DateTime.now() to DateTime(2023, 12, 1).
  • Run the test: flutter test test/selectors/date_picker_test.dart.

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

@mdebbar mdebbar added the bug Something isn't working label 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
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant