Closed
Bug 1036996
Opened 10 years ago
Closed 10 years ago
[UI Tests] Travis failure: test_privileged_app_contacts_prompt.py test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt.test_contact_prompt
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1021732
People
(Reporter: julienw, Unassigned)
Details
TEST-START test_privileged_app_contacts_prompt.py
test_contact_prompt (test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt) ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.11-py2.7.egg/marionette/marionette_test.py", line 170, in run
testMethod()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_privileged_app_contacts_prompt.py", line 28, in test_contact_prompt
permission.wait_for_permission_dialog_displayed()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/permission_dialog.py", line 17, in wait_for_permission_dialog_displayed
self.wait_for_element_displayed(*self._permission_dialog_locator)
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 42, in wait_for_element_displayed
lambda m: m.find_element(by, locator).is_displayed())
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.11-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TEST-UNEXPECTED-FAIL | test_privileged_app_contacts_prompt.py test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt.test_contact_prompt | TimeoutException: TimeoutException: Timed out after 10.1 seconds
----------------------------------------------------------------------
Ran 1 test in 21.026s
FAILED (errors=1)
Reporter | ||
Comment 1•10 years ago
|
||
https://travis-ci.org/mozilla-b2g/gaia/jobs/29589377
https://travis-ci.org/mozilla-b2g/gaia/jobs/29585963
https://travis-ci.org/mozilla-b2g/gaia/jobs/29585874
https://travis-ci.org/mozilla-b2g/gaia/jobs/29583361
https://travis-ci.org/mozilla-b2g/gaia/jobs/29566820
Ok, it's not intermittent.
Summary: [UI Tests] Intermittent Travis failure: test_privileged_app_contacts_prompt.py test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt.test_contact_prompt → [UI Tests] Travis failure: test_privileged_app_contacts_prompt.py test_privileged_app_contacts_prompt.TestPrivilegedAppContactsPrompt.test_contact_prompt
Comment 2•10 years ago
|
||
We already noticed this and reverted the commit that enabled the test in its original bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1021732
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•10 years ago
|
||
Thanks, I got to the same conclusion :)
You need to log in
before you can comment on or make changes to this bug.
Description
•