Comment 2 for bug 1361312

Revision history for this message
Olivier Tilloy (osomon) wrote :

It seems this started happening in image #204. Since that image, smoke tests started failing in the dashboard with an error similar to that:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/webbrowser_app/tests/test_addressbar_selection.py", line 46, in test_second_click_deselect_text
    self.assert_osk_eventually_shown()
  File "/usr/lib/python3/dist-packages/webbrowser_app/tests/__init__.py", line 94, in assert_osk_eventually_shown
    Eventually(Equals("shown")))
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 406, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: After 10.0 seconds test on KeyboardRectangle.state failed: 'shown' != dbus.String('hidden', variant_level=1)

(see e.g. http://ci.ubuntu.com/smokeng/utopic/touch/mako/204:20140822:20140811.1/9853/webbrowser_app/1565605/)