Remove qtapp.processEvents() call from settings dialog tests, because they cause a segfault in circleci for some reason

This commit is contained in:
Micah Lee 2018-12-13 21:44:47 -08:00
parent e6e315c632
commit 83b390fe22

View File

@ -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())