-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't workingfe2-androidgood first issueGood for newcomersGood for newcomers
Description
Description (Actual behavior)
The test cannotChooseStartTimeTooFarInPast
(ElectionSetupFragmentTest.kt) fails consistently when executed between 00:00 and 00:09am.
Expected behavior
The test shouldn't be failing anytime.
How to reproduce
Execute this test in the specified time.
Impact
Minimal to none impact (time window of the test failing is late in the night and narrow)
Possible root cause
There are 2 possibilities to investigate:
- The logic tested is not robust in the time going during 00:00 and 00:09. This means that the test discovered an implementation bug and it should be fixed
- The test logic is flaky and doesn't reproduce an expected behaviour
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfe2-androidgood first issueGood for newcomersGood for newcomers