Comment 1 for bug 770393

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Tests that are visibly pausing/delaying execution are:

test_cancel_buttons_close_window
test_closing_main_window
test_captcha_image_is_removed_when_exiting
VerifyEmailLoginOnlyTestCase.test_on_finish_close_button_clicked_closes_window
VerifyEmailTestCase.test_on_finish_close_button_clicked_closes_window

Oddly, when run in isolation, they run pretty fast:

xvfb-run u1trial -t test_.*_clos -i "test_windows.py, test_qt_views.py" ubuntu_sso/
Xlib: extension "RANDR" missing on display ":99".
ubuntu_sso.gtk.tests.test_gui
  BasicUbuntuSSOClientTestCase
    test_cancel_buttons_close_window ... [OK]
    test_close_callback_if_not_set ... [OK]
    test_closing_main_window_calls_close_callback ... [OK]
  CallbacksTestCase
    test_closing_main_window ... [OK]
  VerifyEmailLoginOnlyTestCase
    test_on_finish_close_button_clicked_closes_window ... [OK]
  VerifyEmailTestCase
    test_on_finish_close_button_clicked_closes_window ... [OK]

-------------------------------------------------------------------------------
Ran 6 tests in 0.545s