You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new flaky test is slowing down development velocity on unrelated work; this and this
ran into:
expected: 2005-01-05T06:10 but was : 2005-01-05T18:10 at com.google.android.fhir.datacapture.test.QuestionnaireUiEspressoTest$dateTimePicker_shouldSetAnswerWhenDateAndTimeAreFilled$1.invokeSuspend(QuestionnaireUiEspressoTest.kt:255)
This has been noticed e.g. in #2471, and it's now also blocking merging #2463 to fix #2237, which in turn is holding up #2483.
Component
Datacapture
To Reproduce
Raise a PR and it Kokoro fails due to something unrelated to what you are working on .
Expected behavior
Tests which are unrelated to the current change must always pass.
Would you like to work on the issue?
I'll see if I propose a PR to disable (ignore) that test.
I don't want to work on fixing that test - but perhaps someone else is interesting in picking this up?
The text was updated successfully, but these errors were encountered:
Describe the bug
A new flaky test is slowing down development velocity on unrelated work; this and this
ran into:
expected: 2005-01-05T06:10 but was : 2005-01-05T18:10 at com.google.android.fhir.datacapture.test.QuestionnaireUiEspressoTest$dateTimePicker_shouldSetAnswerWhenDateAndTimeAreFilled$1.invokeSuspend(QuestionnaireUiEspressoTest.kt:255)
This has been noticed e.g. in #2471, and it's now also blocking merging #2463 to fix #2237, which in turn is holding up #2483.
Component
Datacapture
To Reproduce
Raise a PR and it Kokoro fails due to something unrelated to what you are working on .
Expected behavior
Tests which are unrelated to the current change must always pass.
Would you like to work on the issue?
I'll see if I propose a PR to disable (ignore) that test.
I don't want to work on fixing that test - but perhaps someone else is interesting in picking this up?
The text was updated successfully, but these errors were encountered: