Try to figure out why it segfaults on Jenkins but not on my machine

This commit is contained in:
Raoul Snyman 2017-03-27 22:19:33 -07:00
parent 6054f0cae9
commit dce77d2160
1 changed files with 1 additions and 1 deletions

View File

@ -132,11 +132,11 @@ class TestInitFunctions(TestCase):
self.assertEquals(args.rargs, 'dummy_temp', 'The service file should not be blank')
@skip('Figure out why this is causing a segfault')
class TestOpenLP(TestCase):
"""
Test the OpenLP app class
"""
@skip('Figure out why this is causing a segfault')
@patch('openlp.core.QtWidgets.QApplication.exec')
def test_exec(self, mocked_exec):
"""