mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-10 18:35:08 -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
7f335efaa3
commit
bf337b5e34
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