mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 15:35:13 -04:00
Remove qtapp.processEvents() call from settings dialog tests, because they cause a segfault in circleci for some reason
This commit is contained in:
parent
e6e315c632
commit
83b390fe22
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ class SettingsGuiBaseTest(object):
|
|||
|
||||
def run_settings_gui_tests(self):
|
||||
self.gui.show()
|
||||
self.gui.qtapp.processEvents()
|
||||
|
||||
# Window is shown
|
||||
self.assertTrue(self.gui.isVisible())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue