Code review comment for lp:~zsombi/ubuntu-ui-toolkit/alarm-sound-fix

Revision history for this message
Zsombor Egri (zsombi) wrote :

> File "/usr/lib/python3/dist-
> packages/ubuntuuitoolkit/tests/custom_proxy_objects/test_date_picker.py", line
> 218, in test_pick_time
> self.time_picker.pick_time(self.time_to_pick)
> File "/usr/lib/python3/dist-
> packages/ubuntuuitoolkit/_custom_proxy_objects/pickers.py", line 141, in
> pick_time
> self.hours.wait_for(time.hour)
> AssertionError: After 10.0 seconds test on DatePicker.hours failed: 12 !=
> dbus.Int32(13, variant_level=1)

Looks like the AP tests we have for the DatePicker are not the most stable ones :/

« Back to merge proposal