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:18:04 -07:00
parent 4f6afb71d1
commit 6054f0cae9

View File

@ -136,7 +136,7 @@ class TestOpenLP(TestCase):
""" """
Test the OpenLP app class Test the OpenLP app class
""" """
# @skip('Figure out why this is causing a segfault') @skip('Figure out why this is causing a segfault')
@patch('openlp.core.QtWidgets.QApplication.exec') @patch('openlp.core.QtWidgets.QApplication.exec')
def test_exec(self, mocked_exec): def test_exec(self, mocked_exec):
""" """